Sha256: e551068b733e32f160830da8ced375cdfe764914bbe010596a3743de13bcf4d9

Contents?: true

Size: 758 Bytes

Versions: 23

Compression:

Stored size: 758 Bytes

Contents

<%# Blacklight 7.24.0 %>
<%# Override app/views/catalog/facet.html.erb %>

<%= render Blacklight::System::ModalComponent.new do |component| %>
  <%# Removed component prefix that duplicates the facet pagination view %>

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

  <%# Removed component footer and placed the facet pagination partial within a `container` div %>
  <div class="container">
    <div class="facet-pagination bottom row justify-content-between">
      <%= render :partial=>'facet_pagination' %>
    </div>
  </div>
<% end %>

Version data entries

23 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/catalog/facet.html.erb
hyrax-5.0.4 app/views/catalog/facet.html.erb
hyrax-5.0.3 app/views/catalog/facet.html.erb
hyrax-5.0.2 app/views/catalog/facet.html.erb
hyrax-5.0.1 app/views/catalog/facet.html.erb
hyrax-5.0.0 app/views/catalog/facet.html.erb
hyrax-5.0.0.rc3 app/views/catalog/facet.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/facet.html.erb
hyrax-5.0.0.rc2 app/views/catalog/facet.html.erb
hyrax-5.0.0.rc1 app/views/catalog/facet.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/facet.html.erb
hyrax-4.0.0 app/views/catalog/facet.html.erb
hyrax-4.0.0 app/views/hyrax/my/facet.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/facet.html.erb
hyrax-4.0.0.rc3 app/views/catalog/facet.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/facet.html.erb
hyrax-4.0.0.rc2 app/views/catalog/facet.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/facet.html.erb
hyrax-4.0.0.rc1 app/views/catalog/facet.html.erb
hyrax-4.0.0.beta2 app/views/catalog/facet.html.erb