diff sat_templates/templates/bulma/input/navigation.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 741dae9b0612
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/input/navigation.html	Fri Jun 04 18:36:57 2021 +0200
+++ b/sat_templates/templates/bulma/input/navigation.html	Sun Jun 06 19:53:56 2021 +0200
@@ -1,4 +1,4 @@
-{% macro prev_next(prev_label=_("newer"), next_label=_("older")) %}
+{% macro prev_next(prev_label=_("older"), next_label=_("newer")) %}
 <section class="section">
     <nav class="pagination is-rounded" role="navigation" aria-label="pagination">
         {% if previous_page_url is defined %}