Sha256: c3c7582acf6cffc95a460f309155527565cbd618d8ad7c0e4b97f33ab0dcf29b

Contents?: true

Size: 698 Bytes

Versions: 12

Compression:

Stored size: 698 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 partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %>

  <div class="facet-extended-list">
    <%= render_facet_limit(@display_facet, layout: false) %>
  </div>

  <% component.with(:footer) do %>
    <div class="facet-pagination bottom row justify-content-between">
      <%= render :partial=>'facet_pagination' %>
    </div>
  <% end %>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-7.16.0 app/views/catalog/facet.html.erb
blacklight-7.15.2 app/views/catalog/facet.html.erb
blacklight-7.15.1 app/views/catalog/facet.html.erb
blacklight-7.15.0 app/views/catalog/facet.html.erb
blacklight-7.14.1 app/views/catalog/facet.html.erb
blacklight-7.14.0 app/views/catalog/facet.html.erb
blacklight-7.13.2 app/views/catalog/facet.html.erb
blacklight-7.13.1 app/views/catalog/facet.html.erb
blacklight-7.13.0 app/views/catalog/facet.html.erb
blacklight-7.12.1 app/views/catalog/facet.html.erb
blacklight-7.12.0 app/views/catalog/facet.html.erb
blacklight-7.11.1 app/views/catalog/facet.html.erb