diff options
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"> |