Mercurial > libervia-templates
diff sat_templates/templates/bulma/forum/view_topics.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 | bfb0d5829728 |
children |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/forum/view_topics.html Fri Jun 04 18:36:57 2021 +0200 +++ b/sat_templates/templates/bulma/forum/view_topics.html Sun Jun 06 19:53:56 2021 +0200 @@ -28,7 +28,7 @@ </div> </nav> <div class="has-background-white px-1 py-1"> - {% for topic in topics %} + {% for topic in topics|reverse %} <div class="media has-items-vcentered"> <div class="media-left"> {{ avatar.avatar(topic.author) }}