From f071e05f3af563d799ddf6b89f7ad36e891f8f71 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Jul 2017 11:49:44 +0300 Subject: www: refactor templates --- .../main/webapp/WEB-INF/views/partial/message.html | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 juick-www/src/main/webapp/WEB-INF/views/partial/message.html (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/message.html') 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 new file mode 100644 index 00000000..cdfad6b6 --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -0,0 +1,56 @@ +
+
@{{ msg.user.name }}: + +
+ +
+ {{ tags(msg.user.name, msg.tags | tagsList) }} +
+
+

{{ msg | formatMessage }}

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

+ +

+ {% endif %} + + +
\ No newline at end of file -- cgit v1.2.3