diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index 05ee25c5..082a5464 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -34,7 +34,6 @@ {% if msg.AttachmentType is not empty %} <div class="irbr"></div> {% endif %} - {% if not readonly %} <nav class="l"> {% if visitor.uid > 0 %} <a href="/post?body=!+%23{{ msg.mid }}" class="a-like">{{ i18n("messages","message.recommend") }}</a> @@ -55,7 +54,6 @@ <a href="#" class="a-popular-delete">x</a> {% endif %} </nav> - {% endif %} <nav class="s"> {% if msg.Likes > 0 %} <a href="/{{ msg.user.name }}/{{ msg.mid }}" class="likes"> |