From 70da316e601c31195287f481db296287b59f2401 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 25 Nov 2024 00:13:04 +0300 Subject: Thread cleanup and redesign --- src/main/resources/templates/views/thread.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html index ab751294..bb497730 100644 --- a/src/main/resources/templates/views/thread.html +++ b/src/main/resources/templates/views/thread.html @@ -6,7 +6,7 @@
- {{ msg.user.name }} + {{ msg.user.name }}
{{ msg.user.name }}{% if msg.user.premium %}{% endif %} @@ -35,7 +35,7 @@ {% if msg.AttachmentType is not empty %} {% endif %} @@ -102,7 +102,7 @@ {% if msg.VisitorCanComment %}
- +
@@ -124,11 +124,10 @@
-
+
{% if visitor.uid > 0 %} - + {% endif %} -

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