From c9418c52e4fa7041ce36032cebbf1611dad4fd7b Mon Sep 17 00:00:00 2001 From: "Marin @Home" Date: Tue, 11 Nov 2025 17:49:13 -0500 Subject: [PATCH] linting --- app/views/admin/shared/_stimulus_pagination.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }