aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-19 16:45:11 +0300
committerGravatar KillyMXI2017-12-27 15:04:57 +0300
commita48a12bf8255e10a17d5fb9a1810e4789751faff (patch)
tree87e8d987982ee0cafc2212c02530bc0b79a3ddeb /juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html
parentae30ec865373868228eac7ff4a04f9a732c6346d (diff)
Revert "www: move logout to settings"
This reverts commit 9653cf099891d6db215e4748df3b94e028aa3a7e.
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html b/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html
index 382c3622..edf218a1 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html
@@ -56,6 +56,7 @@
{% endif %}
{% if visitor is not empty and visitor.uid == user.uid %}
<li><a href="/settings" rel="nofollow"><i data-icon="ei-gear" data-size="s"></i>{{ i18n("messages","link.settings") }}</a></li>
+ <li><a href="/logout"><i data-icon="ei-user" data-size="s"></i>{{ i18n("messages","link.logout") }}</a></li>
{% endif %}
</ul>
<hr/>