aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial/usercolumn.html
diff options
context:
space:
mode:
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">