diff options
author | you | 2017-05-27 13:52:55 +0300 |
---|---|---|
committer | you | 2017-05-27 13:52:55 +0300 |
commit | dc430dec23586fd8a6ed3a0cc272f7cb1d8a8d88 (patch) | |
tree | f811cab95de96dd94f7dc6bf9f031944901883b8 /juick-www/src/main/webapp/WEB-INF/views/blog.html | |
parent | 97e743385c94ac8a6084726d499c33373e255177 (diff) |
readonly mode is now provided by Cloudflare
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"> |