aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-28 09:55:10 +0300
committerGravatar Vitaly Takmazov2017-11-28 09:55:10 +0300
commit8e7a379f0afef3b0fe4e131dfbef350685f7c7f3 (patch)
treef16de7f48e0256622635fda34f25df959621ece0 /juick-www/src/main/webapp/WEB-INF/views/partial/message.html
parent41880290787c7e9021ee82f4f7eec8c419ad4092 (diff)
Drop outdated moderator buttons
* also dropped hardcoded moderator (should be a spring-security role)
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/message.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/message.html5
1 files changed, 0 insertions, 5 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