chore(pagination): remove redondant symbols with dsfr paginator
This commit is contained in:
parent
0c533113be
commit
f6be8eb823
3 changed files with 11 additions and 11 deletions
|
@ -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?
|
||||
|
|
|
@ -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: '…'
|
||||
|
|
|
@ -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: '…'
|
||||
|
|
Loading…
Reference in a new issue