From 9cb9c6183c833cce882be5373417b23bdcb15380 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 14 May 2025 15:00:00 -0500 Subject: [PATCH] Drop backward compatibility path --- app/components/blacklight/facets/list_component.html.erb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/components/blacklight/facets/list_component.html.erb b/app/components/blacklight/facets/list_component.html.erb index 5aa4dc6e7..cadd69f65 100644 --- a/app/components/blacklight/facets/list_component.html.erb +++ b/app/components/blacklight/facets/list_component.html.erb @@ -7,13 +7,5 @@ - <%# backwards compatibility, ugh %> - <% if @layout == Blacklight::Facets::NoLayoutComponent && !@facet_field.in_modal? && @facet_field.modal_path %> -
- <%= link_to t("more_#{@facet_field.key}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: @facet_field.label), - @facet_field.modal_path, - data: { blacklight_modal: 'trigger' } %> -
- <% end %> <% end %> <% end %>