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