Sha256: 459d707d2c2d26ede75883f8c3b6c0ed8a36d4754ee653c3e48ec9042cabc8d5
Contents?: true
Size: 960 Bytes
Versions: 1
Compression:
Stored size: 960 Bytes
Contents
<%= render Blacklight::System::ModalComponent.new do |component| %> <% component.with_prefix do %> <div class="facet-pagination top row justify-content-between"> <%= render :partial=>'facet_pagination' %> </div> <% end %> <% component.with_title { facet_field_label(@facet.key) } %> <%= render Blacklight::Search::FacetSuggestInput.new(facet: @facet, presenter: @presenter) %> <%= render partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %> <div class="facet-extended-list"> <%= render Blacklight::FacetComponent.new(display_facet: @display_facet, blacklight_config: blacklight_config, layout: false) %> </div> <% component.with_footer do %> <div class="facet-pagination bottom flex-row justify-content-between"> <%= render :partial=>'facet_pagination' %> </div> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-8.8.0 | app/views/catalog/facet.html.erb |