Sha256: 79efacc6e560df57fd6b61418777bd213f29dc0e4f0ff4b1b1604c384dad7fad

Contents?: true

Size: 864 Bytes

Versions: 20

Compression:

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

20 entries across 20 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/views/catalog/facet.html.erb
blacklight-8.6.0 app/views/catalog/facet.html.erb
blacklight-8.5.1 app/views/catalog/facet.html.erb
blacklight-8.5.0 app/views/catalog/facet.html.erb
blacklight-8.4.0 app/views/catalog/facet.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/catalog/facet.html.erb
blacklight-8.3.0 app/views/catalog/facet.html.erb
blacklight-8.2.2 app/views/catalog/facet.html.erb
blacklight-8.2.1 app/views/catalog/facet.html.erb
blacklight-8.2.0 app/views/catalog/facet.html.erb
blacklight-8.1.0 app/views/catalog/facet.html.erb
blacklight-8.0.1 app/views/catalog/facet.html.erb
blacklight-8.0.0 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta8 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta7 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta6 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta5 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta4 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta3 app/views/catalog/facet.html.erb
blacklight-8.0.0.beta2 app/views/catalog/facet.html.erb