From 09381469334b2b31389afb77b341b7e84388a4f9 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 13 Oct 2023 10:13:57 -0500 Subject: [PATCH] Remove duplicate paginate class So that one can customize the style easily Fixes #3095 --- .../blacklight/response/pagination_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/blacklight/response/pagination_component.html.erb b/app/components/blacklight/response/pagination_component.html.erb index 9892de29b5..a471448618 100644 --- a/app/components/blacklight/response/pagination_component.html.erb +++ b/app/components/blacklight/response/pagination_component.html.erb @@ -1,3 +1,3 @@ -<%= content_tag :section, class: 'pagination', **html_attr do %> +<%= content_tag :section, class: 'paginate-section', **html_attr do %> <%= pagination %> <% end %>