From 74c3d8ab382f879fd0cae4158893ae40bc0e1009 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Wed, 25 Oct 2017 23:57:15 +0300
Subject: www: i18n 'share'
---
juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 4 ++--
juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'juick-www/src/main/webapp/WEB-INF')
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
index 9ef70f3b..5950ac7d 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
@@ -47,7 +47,7 @@
{% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %}
{% elseif visitor.uid == 0 and not msg.ReadOnly %}
@@ -55,7 +55,7 @@
{% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %}
{% endif %}
{% if msg.FriendsOnly %}
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html
index 1202b620..747d7959 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/thread.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html
@@ -48,7 +48,7 @@
{% if msg.Likes > 0 %} ({{ msg.Likes }}){% endif %}
{% endif %}
-
+
{% if visitor.uid > 0 %}
{% if visitor.uid != msg.user.uid %}
{% if visitorSubscribed %}
--
cgit v1.2.3