Mercurial > libervia-templates
view sat_templates/templates/bulma/chat/extra_menu.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 | 65c53ec5e777 |
children |
line wrap: on
line source
<div class="menu extra-menu-popup"> <ul class="menu-list"> <li class="action_quote"> <a href="#" class=""> {{ icon('quote-left', cls='icon is-small') }} {% trans %}Quote{% endtrans %} </a> </li> {% if edit %} <li class="action_edit"> <a href="#" class=""> {{ icon('pencil', cls='icon is-small') }} {% trans %}Edit{% endtrans %} </a> </li> {% endif %} {% if retract %} <li class="action_retract"> <a href="#" class=""> {{ icon('regular trash-can', cls='icon is-small has-text-danger') }} {% trans %}Retract{% endtrans %} </a> </li> {% endif %} </ul> </div>