Mercurial > libervia-templates
diff sat_templates/templates/bulma/list/view_generic.html @ 332:3db3509cbad1
bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Jun 2021 19:53:56 +0200 |
parents | 27511c821481 |
children |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/list/view_generic.html Fri Jun 04 18:36:57 2021 +0200 +++ b/sat_templates/templates/bulma/list/view_generic.html Sun Jun 06 19:53:56 2021 +0200 @@ -1,6 +1,6 @@ <div id="list" class="container has-background-white px-1 py-1"> {{ xmlui.generate_list( - list_items, + list_items|reverse, ( ('title', _('Title')), ('labels', _('Labels')),