Mercurial > libervia-templates
comparison sat_templates/templates/bulma/list/item.html @ 340:0e388a8288ae
(bulma) list/item: set XMLUI classes on content
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Oct 2021 17:32:35 +0200 |
parents | 877f01720036 |
children | c5609be6c34e |
comparison
equal
deleted
inserted
replaced
339:c5de5514a251 | 340:0e388a8288ae |
---|---|
32 {{ avatar.avatar(item.widget_value['publisher'].bare) }} | 32 {{ avatar.avatar(item.widget_value['publisher'].bare) }} |
33 </figure> | 33 </figure> |
34 {% endif %} | 34 {% endif %} |
35 {% endif %} | 35 {% endif %} |
36 <div class="media-content"> | 36 <div class="media-content"> |
37 <div class="content"> | 37 <div class="content {{item|xmlui_class(["status", "priority", "severity"])}}"> |
38 <h4 class="title is-4">{{item.widget_value['title']}}</h1> | 38 <h4 class="title is-4">{{item.widget_value['title']}}</h1> |
39 {{ item.widget_value['body'] }} | 39 {{ item.widget_value['body'] }} |
40 | 40 |
41 </div> | 41 </div> |
42 <nav class="level"> | 42 <nav class="level"> |