Sha256: 510a0aadadaa489e0ce4e382657732b00aff46ea481cbf89e7d2697ce61c927c

Contents?: true

Size: 695 Bytes

Versions: 10

Compression:

Stored size: 695 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

10 entries across 10 versions & 2 rubygems

Version Path
blacklight-7.40.0 app/views/catalog/facet.html.erb
blacklight-7.39.0 app/views/catalog/facet.html.erb
blacklight-7.38.0 app/views/catalog/facet.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/catalog/facet.html.erb
blacklight-7.37.0 app/views/catalog/facet.html.erb
blacklight-7.36.2 app/views/catalog/facet.html.erb
blacklight-7.36.1 app/views/catalog/facet.html.erb
blacklight-7.36.0 app/views/catalog/facet.html.erb
blacklight-7.35.0 app/views/catalog/facet.html.erb
blacklight-7.34.0 app/views/catalog/facet.html.erb