Sha256: e551068b733e32f160830da8ced375cdfe764914bbe010596a3743de13bcf4d9
Contents?: true
Size: 758 Bytes
Versions: 23
Compression:
Stored size: 758 Bytes
Contents
<%# Blacklight 7.24.0 %> <%# Override app/views/catalog/facet.html.erb %> <%= render Blacklight::System::ModalComponent.new do |component| %> <%# Removed component prefix that duplicates the facet pagination view %> <% component.title { facet_field_label(@facet.key) } %> <%= render partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %> <div class="facet-extended-list"> <%= render_facet_limit(@display_facet, layout: false) %> </div> <%# Removed component footer and placed the facet pagination partial within a `container` div %> <div class="container"> <div class="facet-pagination bottom row justify-content-between"> <%= render :partial=>'facet_pagination' %> </div> </div> <% end %>
Version data entries
23 entries across 15 versions & 1 rubygems