diff options
author | Vitaly Takmazov | 2017-10-22 18:43:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-22 18:43:28 +0300 |
commit | 1b78657973b9da7af32e7e9df8ea3e92a7928876 (patch) | |
tree | f4610e18da5632457c1411e0d6bc3d489ef815c5 /juick-www/src/main/webapp/WEB-INF/views/macros | |
parent | d59a653e5393782a45d3af493149aa66c35c69a6 (diff) |
www: drop @ and : from usernames
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html index bb2507aa..cffddad8 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html @@ -5,7 +5,7 @@ <div class="msg-cont"> <div class="msg-header"> {% if not msg.user.banned %} - @<a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>: + <a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a> <div class="msg-avatar"><a href="/{{ msg.user.name }}/"> <img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/></a> </div> |