From 8e7a379f0afef3b0fe4e131dfbef350685f7c7f3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 28 Nov 2017 09:55:10 +0300 Subject: Drop outdated moderator buttons * also dropped hardcoded moderator (should be a spring-security role) --- juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 5 ----- juick-www/src/main/webapp/WEB-INF/views/thread.html | 5 ----- 2 files changed, 10 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF') diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index 5950ac7d..2d0e3e97 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -61,10 +61,5 @@ {% if msg.FriendsOnly %} Открыть доступ {% endif %} - {% if isModerator %} - + - - - x - {% endif %} \ No newline at end of file diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 8e30fafa..a488b960 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -70,11 +70,6 @@ {% if msg.FriendsOnly %} Открыть доступ {% endif %} - {% if isModerator %} - + - - - x - {% endif %} {% if msg.VisitorCanComment %}
-- cgit v1.2.3