Mercurial > libervia-templates
changeset 232:741dae9b0612
(bulma) pagination: fixed label for pagination-next
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 19 May 2020 18:40:02 +0200 |
parents | aa37750c2617 |
children | 1215a6e2385f |
files | sat_templates/templates/bulma/input/navigation.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/input/navigation.html Tue May 19 00:04:47 2020 +0200 +++ b/sat_templates/templates/bulma/input/navigation.html Tue May 19 18:40:02 2020 +0200 @@ -9,7 +9,7 @@ {% if next_page_url is defined %} <a href="{{next_page_url}}" class="pagination-next has-background-white">{{next_label}}</a> {% else %} - <a class="pagination-next pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{prev_label}}</a> + <a class="pagination-next pagination-disabled has-background-white has-text-grey-light has-hover-white-light">{{next_label}}</a> {% endif %} </nav> </section>