From 65ffb2ec16d885510056921bc243543b7c940029 Mon Sep 17 00:00:00 2001 From: Jonathan Rochkind Date: Tue, 19 Nov 2024 15:03:51 -0500 Subject: [PATCH] Make modal facet "more" pagination controls be on either side of screen --- app/views/catalog/facet.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/catalog/facet.html.erb b/app/views/catalog/facet.html.erb index 4a9d959c98..f0d219907c 100644 --- a/app/views/catalog/facet.html.erb +++ b/app/views/catalog/facet.html.erb @@ -1,6 +1,6 @@ <%= render Blacklight::System::ModalComponent.new do |component| %> <% component.with_prefix do %> -
+
<%= render :partial=>'facet_pagination' %>
<% end %>