Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/message.html @ 405:5016fb0ff62f default tip
Blog redesign: work in progress redesign of the blog.
Some templates have been moved from chat to components to be re-used in other features,
like blog here.
Blog follows same global design as chat with a left panel to search/open blogs.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 21 May 2025 15:41:00 +0200 |
parents | 66f98ee041d8 |
children |
comparison
equal
deleted
inserted
replaced
404:66f98ee041d8 | 405:5016fb0ff62f |
---|---|
76 </div> | 76 </div> |
77 | 77 |
78 <div id="msg_reactions_{{msg.id}}"> | 78 <div id="msg_reactions_{{msg.id}}"> |
79 {% if msg.extra.reactions is defined %} | 79 {% if msg.extra.reactions is defined %} |
80 {% set reactions = msg.extra.get("reactions") %} | 80 {% set reactions = msg.extra.get("reactions") %} |
81 {% include 'chat/reactions.html' %} | 81 {% include 'components/reactions.html' %} |
82 {% endif %} | 82 {% endif %} |
83 </div> | 83 </div> |
84 </div> | 84 </div> |
85 {% if msg.attachments %} | 85 {% if msg.attachments %} |
86 <div class="message-attachments pt-2"> | 86 <div class="message-attachments pt-2"> |