Sha256: ad799415a08c2564efd26f81969d1edb4c4eebccb27f987c3306eb899b6e8e9b

Contents?: true

Size: 799 Bytes

Versions: 8

Compression:

Stored size: 799 Bytes

Contents

<div class="facet-pagination top row justify-content-between">
  <%= render :partial=>'facet_pagination' %>
</div>

<div class="modal-header">
  <h1 class="modal-title"><%= facet_field_label(@facet.key) %></h1>
  <button type="button" class="blacklight-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
    <span aria-hidden="true">&times;</span>
  </button>
</div>

<div class="modal-body">
  <%= 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>
</div>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-7.10.0 app/views/catalog/facet.html.erb
blacklight-7.9.0 app/views/catalog/facet.html.erb
blacklight-7.8.1 app/views/catalog/facet.html.erb
blacklight-7.8.0 app/views/catalog/facet.html.erb
blacklight-7.7.0 app/views/catalog/facet.html.erb
blacklight-7.6.0 app/views/catalog/facet.html.erb
blacklight-7.5.1 app/views/catalog/facet.html.erb
blacklight-7.5.0 app/views/catalog/facet.html.erb