From 3a04d927c3f6b9209514ee9faa0d95bbaf77145f Mon Sep 17 00:00:00 2001 From: Killy Date: Mon, 23 Oct 2017 23:53:08 +0300 Subject: www: comment form fixes --- juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 +- juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src') 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 cffddad8..380b3130 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 %} diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html index dc373b20..a6e4522e 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html @@ -37,7 +37,7 @@ {% if msg.VisitorCanComment %} · {{ i18n("messages","reply.reply") }} - +
{% elseif visitor.uid == 0 %} · {{ i18n("messages","reply.reply") }} -- cgit v1.2.3