diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/blog.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/blog.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/blog.html b/juick-www/src/main/webapp/WEB-INF/views/blog.html index a47e952a..88fe6641 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/blog.html +++ b/juick-www/src/main/webapp/WEB-INF/views/blog.html @@ -36,7 +36,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> @@ -57,7 +56,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"> |