From a55e3a75241ff1313dcb9ece8e8d153b9a253649 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 10 May 2018 15:36:32 +0300 Subject: www: mark read over API --- juick-www/src/main/resources/templates/views/thread.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'juick-www/src/main/resources') diff --git a/juick-www/src/main/resources/templates/views/thread.html b/juick-www/src/main/resources/templates/views/thread.html index 5981bd10..e002bc71 100644 --- a/juick-www/src/main/resources/templates/views/thread.html +++ b/juick-www/src/main/resources/templates/views/thread.html @@ -107,6 +107,9 @@
+ {% if visitor.uid > 0 %} + + {% endif %}

{{ i18n("messages","reply.replies") }} ({{ replies.size() }})

-- cgit v1.2.3