From 52b23b4ef49748075de11bdd6fed9534cedc3be7 Mon Sep 17 00:00:00 2001 From: LaRita Robinson Date: Mon, 7 Oct 2024 18:40:52 -0400 Subject: [PATCH] Fix "more>>" modal popup on facets Ref https://github.com/scientist-softserv/adventist_knapsack/issues/841 Add link to shared/modal in the layout for the adl theme. --- .../themes/adventist_digital_library/layouts/hyrax.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/themes/adventist_digital_library/layouts/hyrax.html.erb b/app/views/themes/adventist_digital_library/layouts/hyrax.html.erb index fb5cd84e..132e3fa8 100644 --- a/app/views/themes/adventist_digital_library/layouts/hyrax.html.erb +++ b/app/views/themes/adventist_digital_library/layouts/hyrax.html.erb @@ -49,7 +49,6 @@ <%= render partial: 'shared/footer' %> - <%# TODO: Do we still need this? Where is ajax_modal supposed to come from? %> - <%#= render 'shared/ajax_modal' %> + <%= render 'shared/modal' %>