chore(pagination): remove redondant symbols with dsfr paginator

This commit is contained in:
Colin Darie 2024-11-14 15:05:28 +01:00
parent 0c533113be
commit f6be8eb823
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
= paginator.render do
%nav.fr-pagination.fr-mt-2w{ role: 'navigation', 'aria-label': 'Pagination' }
%nav.fr-pagination{ role: 'navigation', 'aria-label': 'Pagination' }
%ul.fr-pagination__list
= first_page_tag unless current_page.first?
= prev_page_tag unless current_page.first?

View file

@ -13,8 +13,8 @@ en:
other: "%{count} %{entry_name}"
views:
pagination:
first: "« First"
last: Last »
next: Next ›
previous: "‹ Prev"
truncate: "…"
first: 'First'
last: Last
next: Next
previous: 'Prev'
truncate: '…'

View file

@ -13,8 +13,8 @@ fr:
other: "%{count} %{entry_name}"
views:
pagination:
first: "« Premier"
last: Dernier »
next: Suivant ›
previous: "‹ Précédent"
truncate: "…"
first: 'Premier'
last: Dernier
next: Suivant
previous: 'Précédent'
truncate: '…'