From b0cfa955c77c4e36bd334324d0ccb2ff24ff549f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 20 Nov 2018 15:16:08 +0300 Subject: versioned avatars in www --- src/main/resources/templates/views/partial/message.html | 2 +- src/main/resources/templates/views/partial/navigation.html | 2 +- src/main/resources/templates/views/partial/usercolumn.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates/views/partial') diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index 00ca048c..b1d27ae5 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -4,7 +4,7 @@ {{ msg.user.name }}
- {{ msg.user.name }} + {{ msg.user.name }}
diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index 03b6c56d..dce2b83e 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -3,7 +3,7 @@ {% if visitor.uid > 0 %}
- {{ visitor.name }} + {{ visitor.name }}
{% else %} diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index 2b1963e3..0896bd4e 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -1,7 +1,7 @@ {% if visitor is not empty and visitor.uid > 0 and visitor.uid != user.uid %}
- {{ user.name }} + {{ user.name }}