From 842e903d5b987dd23e82a423bddae75acdea0c9c Mon Sep 17 00:00:00 2001 From: mykhailo.dubovskyi Date: Wed, 18 Apr 2018 15:57:53 +0300 Subject: Like -> Reaction --- .../main/resources/templates/views/partial/message.html | 6 +++--- juick-www/src/main/resources/templates/views/thread.html | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/resources/templates/views/partial/message.html b/juick-www/src/main/resources/templates/views/partial/message.html index 2e3667f2..0b6db3df 100644 --- a/juick-www/src/main/resources/templates/views/partial/message.html +++ b/juick-www/src/main/resources/templates/views/partial/message.html @@ -29,7 +29,7 @@ - {% if msg.Likes > 0 %} {{ msg.Likes }}{% endif %} + {% if msg.likes > 0 %} {{ msg.likes }}{% endif %}  {{ i18n("messages","message.recommend") }} @@ -37,7 +37,7 @@ - {% if msg.Likes > 0 %} {{ msg.Likes }}{% endif %} + {% if msg.likes > 0 %} {{ msg.likes }}{% endif %}  {{ i18n("messages","message.recommend") }} @@ -45,7 +45,7 @@ - {% if msg.Likes > 0 %} {{ msg.Likes }}{% endif %} + {% if msg.likes > 0 %} {{ msg.likes }}{% endif %}  {{ i18n("messages","message.recommend") }} diff --git a/juick-www/src/main/resources/templates/views/thread.html b/juick-www/src/main/resources/templates/views/thread.html index ae429365..5981bd10 100644 --- a/juick-www/src/main/resources/templates/views/thread.html +++ b/juick-www/src/main/resources/templates/views/thread.html @@ -6,8 +6,7 @@
- - {{ msg.user.name }} + {{ msg.user.name }}