Sha256: c9bfb2368459c3ad5db709a3c1c0df066095a395fceeea6c21a3a28bbf0e59b5

Contents?: true

Size: 740 Bytes

Versions: 2

Compression:

Stored size: 740 Bytes

Contents

<div class="facet_pagination top">
  <%= render :partial=>'facet_pagination' %>
</div>

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

  <h3 class="modal-title"><%= facet_field_label(@facet.key) %></h3>
  <%= render partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %>

</div>
<div class="modal-body">
  <div class="facet_extended_list">
  <%= render_facet_limit(@display_facet, layout: false) %>
  </div>
</div>
  
<div class="modal-footer">

  <div class="facet_pagination bottom">
    <%= render :partial=>'facet_pagination' %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/facet.html.erb
blacklight-6.24.0 app/views/catalog/facet.html.erb