Mercurial > libervia-templates
comparison default/chat/chat.html @ 89:f1bfca51a040
chat: urlized subject
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Jan 2018 16:27:25 +0100 |
parents | 05b500bd6235 |
children |
comparison
equal
deleted
inserted
replaced
88:3724228e60be | 89:f1bfca51a040 |
---|---|
4 {% block body %} | 4 {% block body %} |
5 <div class="chat_widget"> | 5 <div class="chat_widget"> |
6 <div id="messages"> | 6 <div id="messages"> |
7 {% if subject is defined %} | 7 {% if subject is defined %} |
8 <div id="subject"> | 8 <div id="subject"> |
9 {{- subject -}} | 9 {{- subject|urlize(nofollow=true,target='_blank') -}} |
10 </div> | 10 </div> |
11 {% endif %} | 11 {% endif %} |
12 {% for msg in messages %} | 12 {% for msg in messages %} |
13 {% include 'chat/message.html' %} | 13 {% include 'chat/message.html' %} |
14 {% endfor %} | 14 {% endfor %} |