From 97e743385c94ac8a6084726d499c33373e255177 Mon Sep 17 00:00:00 2001 From: you Date: Sat, 27 May 2017 13:43:47 +0300 Subject: juick-www: cleanup templates --- juick-www/src/main/webapp/WEB-INF/views/index.html | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index 88178cc5..05ee25c5 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -8,16 +8,16 @@ {% include "views/partial/newmessage" %} {% endif %} {% for msg in msgs %} -
-
@{{ msg.getUser().getName() }}: - +
+
@{{ msg.user.name }}: +
@@ -27,8 +27,8 @@

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %} -

- +

+

{% endif %} {% if msg.AttachmentType is not empty %} @@ -37,12 +37,12 @@ {% if not readonly %}