aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial/usercolumn.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-20 15:16:08 +0300
committerGravatar Vitaly Takmazov2018-11-20 15:16:23 +0300
commitb0cfa955c77c4e36bd334324d0ccb2ff24ff549f (patch)
treec40954b3c453c7138514d1439fdcd6d969af0bec /src/main/resources/templates/views/partial/usercolumn.html
parent152efe1f31e1e568272fc401a3a19f2c6f7c9c49 (diff)
versioned avatars in www
Diffstat (limited to 'src/main/resources/templates/views/partial/usercolumn.html')
-rw-r--r--src/main/resources/templates/views/partial/usercolumn.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html
index 2b1963e3..0896bd4e 100644
--- a/src/main/resources/templates/views/partial/usercolumn.html
+++ b/src/main/resources/templates/views/partial/usercolumn.html
@@ -1,7 +1,7 @@
{% if visitor is not empty and visitor.uid > 0 and visitor.uid != user.uid %}
<div id="ctitle">
<a href="/{{ user.name }}">
- <img src="//i.juick.com/a/{{ user.uid }}.png" alt=""/>{{ user.name }}
+ <img src="{{ user.avatar }}" alt=""/>{{ user.name }}
</a>
</div>
<ul class="toolbar">