From 4e0d11ab6fb0e3e482b3b7f3877552b9ec1f42e1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Jan 2020 15:06:08 +0300 Subject: Change tags styling --- src/main/resources/templates/views/thread.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/views/thread.html') diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html index 252b41b0..e09c1e60 100644 --- a/src/main/resources/templates/views/thread.html +++ b/src/main/resources/templates/views/thread.html @@ -22,11 +22,13 @@ · Edited {% endif %} -
+
+
+ {{ tags(msg.user.name, msg.tags | tagsList) }} -
+ + {{ msg | formatMessage }} -
{{ msg | formatMessage }}
{% if msg.AttachmentType is not empty %}
-- cgit v1.2.3