From b7545f62d85f0f9826486e6435d3b49fd7784456 Mon Sep 17 00:00:00 2001 From: Killy Date: Thu, 26 Oct 2017 22:41:25 +0300 Subject: www: comment form refactoring --- juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros/tree.html') 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 380b3130..71ffd74b 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 @@ -38,7 +38,7 @@ {% endif %} {% if msg.VisitorCanComment %} · {{ i18n("messages","reply.reply") }} -
+
{% elseif visitor.uid == 0 %} · {{ i18n("messages","reply.reply") }} {% endif %} -- cgit v1.2.3