From f5a87d2b7072426cfe36527db1270e5f85b73e01 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Jul 2017 14:21:01 +0300 Subject: user thread is on pebble now --- .../webapp/WEB-INF/views/partial/thread_list.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html new file mode 100644 index 00000000..b59d8b22 --- /dev/null +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html @@ -0,0 +1,44 @@ +{% for msg in replies %} +
  • +
    +
    + {% if not msg.user.banned %} + @{{ msg.user.name }}: +
    + {{ msg.user.name }} +
    + {% else %} + [удалено]: +
    + +
    + {% endif %} +
    + +
    + +
    +
    {{ msg | formatMessage }}
    +
    + + + {% else %} +
    + {% endif %} + + +
  • +{% endfor %} \ No newline at end of file -- cgit v1.2.3