Sha256: e00d4d7e47cadd870b1df05c361475748d8eb22ad5e8f5f4172ef62d730a91b1

Contents?: true

Size: 680 Bytes

Versions: 34

Compression:

Stored size: 680 Bytes

Contents

<%= render Blacklight::System::ModalComponent.new do |component| %>
  <% component.prefix do %>
    <div class="facet-pagination top row justify-content-between">
      <%= render :partial=>'facet_pagination' %>
    </div>
  <% end %>

  <% 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>

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-7.33.1 app/views/catalog/facet.html.erb
blacklight-7.33.0 app/views/catalog/facet.html.erb
blacklight-7.32.0 app/views/catalog/facet.html.erb
blacklight-7.31.0 app/views/catalog/facet.html.erb
blacklight-7.30.0 app/views/catalog/facet.html.erb
blacklight-7.29.0 app/views/catalog/facet.html.erb
blacklight-7.28.0 app/views/catalog/facet.html.erb
blacklight-7.27.1 app/views/catalog/facet.html.erb
blacklight-7.27.0 app/views/catalog/facet.html.erb
blacklight-7.26.1 app/views/catalog/facet.html.erb
blacklight-7.26.0 app/views/catalog/facet.html.erb
blacklight-7.25.3 app/views/catalog/facet.html.erb
blacklight-7.25.2 app/views/catalog/facet.html.erb
blacklight-7.25.1 app/views/catalog/facet.html.erb
blacklight-7.25.0 app/views/catalog/facet.html.erb
blacklight-7.24.0 app/views/catalog/facet.html.erb
blacklight-7.23.0.1 app/views/catalog/facet.html.erb
blacklight-7.23.0 app/views/catalog/facet.html.erb
blacklight-7.22.2 app/views/catalog/facet.html.erb
blacklight-7.22.1 app/views/catalog/facet.html.erb