diff --git a/app/views/admin/shared/_stimulus_pagination.html.haml b/app/views/admin/shared/_stimulus_pagination.html.haml index 089073842f..309edc4ecf 100644 --- a/app/views/admin/shared/_stimulus_pagination.html.haml +++ b/app/views/admin/shared/_stimulus_pagination.html.haml @@ -21,4 +21,4 @@ - if pagy.next %a.page.next{ href: "#", rel: "next", "aria-label": t('.next'), data: { action: 'click->search#changePage', page: pagy.next } } - %i.icon-chevron-right{ data: { action: 'click->search#changePage', page: pagy.next } } \ No newline at end of file + %i.icon-chevron-right{ data: { action: 'click->search#changePage', page: pagy.next } }