diff 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
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/message.html	Tue May 06 00:37:41 2025 +0200
+++ b/sat_templates/templates/bulma/chat/message.html	Wed May 21 15:41:00 2025 +0200
@@ -78,7 +78,7 @@
                 <div id="msg_reactions_{{msg.id}}">
                     {% if msg.extra.reactions is defined %}
                         {% set reactions = msg.extra.get("reactions") %}
-                        {% include 'chat/reactions.html' %}
+                        {% include 'components/reactions.html' %}
                     {% endif %}
                 </div>
             </div>