Mercurial > libervia-templates
comparison sat_templates/templates/bulma/photo/album.html @ 287:7670752665e0
bulma (photo/album): added a `cover` button to change album cover
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 05 Sep 2020 22:01:07 +0200 |
parents | 46eee98c19d8 |
children | 1de599c5a68f |
comparison
equal
deleted
inserted
replaced
286:f8026bf77a4c | 287:7670752665e0 |
---|---|
4 {% import 'components/avatar.html' as avatar with context %} | 4 {% import 'components/avatar.html' as avatar with context %} |
5 {% import 'input/textbox.html' as textbox with context %} | 5 {% import 'input/textbox.html' as textbox with context %} |
6 {% import 'blog/macros.html' as blog with context %} | 6 {% import 'blog/macros.html' as blog with context %} |
7 | 7 |
8 {% block body %} | 8 {% block body %} |
9 {{ icon_defs('comment-empty', 'trash-empty') }} | 9 {{ icon_defs('comment-empty', 'trash-empty', 'picture') }} |
10 | 10 |
11 {% if directory_affiliation == 'owner' %} | 11 {% if directory_affiliation == 'owner' %} |
12 <div class="content has-items-centered is-flex my-4"> | 12 <div class="content has-items-centered is-flex my-4"> |
13 {{ component.action_button("#", label=_("manage invitations"), icon="group", id="button_manage") }} | 13 {{ component.action_button("#", label=_("manage invitations"), icon="group", id="button_manage") }} |
14 </div> | 14 </div> |