Mercurial > libervia-templates
diff 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 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/list/item.html Fri Oct 01 16:31:15 2021 +0200 +++ b/sat_templates/templates/bulma/list/item.html Fri Oct 01 17:32:35 2021 +0200 @@ -34,7 +34,7 @@ {% endif %} {% endif %} <div class="media-content"> - <div class="content"> + <div class="content {{item|xmlui_class(["status", "priority", "severity"])}}"> <h4 class="title is-4">{{item.widget_value['title']}}</h1> {{ item.widget_value['body'] }}