Sha256: d88914321543b86474d36e6bee2f7a6dddc2611fcc9ca6dad37b1df83070fcf0

Contents?: true

Size: 744 Bytes

Versions: 10

Compression:

Stored size: 744 Bytes

Contents

<div class="facet-pagination top">
  <%= 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">
    <%= render :partial=>'facet_pagination' %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
blacklight-7.4.2 app/views/catalog/facet.html.erb
blacklight-7.4.1 app/views/catalog/facet.html.erb
blacklight-7.4.0 app/views/catalog/facet.html.erb
blacklight-7.3.0 app/views/catalog/facet.html.erb
blacklight-7.2.0 app/views/catalog/facet.html.erb
blacklight-7.1.0 app/views/catalog/facet.html.erb
blacklight-7.1.0.alpha app/views/catalog/facet.html.erb
blacklight-7.0.1 app/views/catalog/facet.html.erb
blacklight-7.0.0 app/views/catalog/facet.html.erb
blacklight-7.0.0.rc2 app/views/catalog/facet.html.erb