diff options
author | Vitaly Takmazov | 2017-11-28 09:55:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-11-28 09:55:10 +0300 |
commit | 8e7a379f0afef3b0fe4e131dfbef350685f7c7f3 (patch) | |
tree | f16de7f48e0256622635fda34f25df959621ece0 /juick-www/src/main/webapp | |
parent | 41880290787c7e9021ee82f4f7eec8c419ad4092 (diff) |
Drop outdated moderator buttons
* also dropped hardcoded moderator (should be a spring-security role)
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 5 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 5 |
2 files changed, 0 insertions, 10 deletions
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 %} <a href="#" class="a-privacy">Открыть доступ</a> {% endif %} - {% if isModerator %} - <a href="#" class="a-popular-plus">+</a> - <a href="#" class="a-popular-minus">-</a> - <a href="#" class="a-popular-delete">x</a> - {% endif %} </nav> </article>
\ 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 %} <a href="#" class="a-privacy">Открыть доступ</a> {% endif %} - {% if isModerator %} - <a href="#" class="a-popular-plus">+</a> - <a href="#" class="a-popular-minus">-</a> - <a href="#" class="a-popular-delete">x</a> - {% endif %} </nav> {% if msg.VisitorCanComment %} <form action="/comment" method="POST" enctype="multipart/form-data" class="msg-comment-target"> |