From 379f1a8661da46040332923a5ccfb555656b0a8b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 10 Apr 2023 22:53:40 +0300 Subject: Premium users --- src/main/resources/templates/views/partial/message.html | 2 +- src/main/resources/templates/views/partial/navigation.html | 3 +++ src/main/resources/templates/views/thread.html | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/views') diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index 9d54d614..e9ddd3db 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -1,7 +1,7 @@
- {{ msg.user.name }} + {{ msg.user.name }}{% if msg.user.premium %}{% endif %}
{{ msg.user.name }} diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index 159c3d21..105cc568 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -4,6 +4,9 @@ - {{ msg.user.name }} + {{ msg.user.name }}{% if msg.user.premium %}{% endif %}
{% if msg.FriendsOnly %} @@ -129,7 +129,7 @@