diff options
author | KillyMXI | 2017-08-19 19:01:43 +0300 |
---|---|---|
committer | KillyMXI | 2017-08-19 19:01:43 +0300 |
commit | 0bcb1e9529e6456db67a91eb2c699e26b5bbe42e (patch) | |
tree | b6616eb480f05cab8936cb4acf3ebd883f5d9a94 /juick-www/src/main/webapp/WEB-INF/views/macros | |
parent | f00cc986649259d198530705ff2e072306eae96e (diff) |
www: middot
(because what's the hell is #183)
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html index 688807d7..b20e99fd 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html @@ -40,10 +40,10 @@ в ответ на <a href="#{{ msg.replyto }}">/{{ msg.replyto }}</a> {% endif %} {% if msg.VisitorCanComment %} - · <a href="/post?body=%23{{ msg.mid }}/{{ msg.rid }}%20" class="a-thread-comment">Ответить</a></div> + · <a href="/post?body=%23{{ msg.mid }}/{{ msg.rid }}%20" class="a-thread-comment">Ответить</a></div> <div class="msg-comment" style="display: none"></div> {% elseif visitor.uid == 0 %} - · <a href="#" class="a-login">Ответить</a></div> + · <a href="#" class="a-login">Ответить</a></div> {% endif %} {% if level == 0 and msg.childsCount > 1 and replies.size() > 10 %} |