# HG changeset patch # User Goffi # Date 1687941653 -7200 # Node ID 095bd5b340800ebf8a7141fcdbf40638ad4e092f # Parent cddac8502c4b760c0c9adf8da95e704a3db0fe04 chat: add templates for URL previews diff -r cddac8502c4b -r 095bd5b34080 sat_templates/templates/bulma/chat/chat.html --- a/sat_templates/templates/bulma/chat/chat.html Wed Jun 28 10:40:53 2023 +0200 +++ b/sat_templates/templates/bulma/chat/chat.html Wed Jun 28 10:40:53 2023 +0200 @@ -1,7 +1,10 @@ {% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} {% block body %} - {{ icon_defs("lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", "paper-plane-empty", "doc", "download") }} + {{ icon_defs( + "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", + "paper-plane-empty", "doc", "download", "wrench", "eye" + ) }} {# TODO: this should be done in a more generic way in dialog module #}