From 2f4cac371521094e61dd99067b9ed2329cc9f8d9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Jan 2020 16:06:20 +0300 Subject: Action panel styling --- src/main/resources/templates/views/thread.html | 10 +++------- 1 file changed, 3 insertions(+), 7 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 e09c1e60..9337a87c 100644 --- a/src/main/resources/templates/views/thread.html +++ b/src/main/resources/templates/views/thread.html @@ -12,6 +12,9 @@ {{ msg.user.name }}
+ {% if msg.FriendsOnly %} + · + {% endif %} {% endif %} - - -  {{ i18n("messages","message.share") }} - {% if visitor.uid > 0 %} {% if visitor.uid != msg.user.uid %} {% if visitorSubscribed %} @@ -87,9 +86,6 @@ {% endif %} {% endif %} - {% if msg.FriendsOnly %} - Открыть доступ - {% endif %} {% if msg.VisitorCanComment %}
-- cgit v1.2.3