Sha256: 48598dc62769add98078747468bb869b56de048403d5cce528dc34137b67ab5d

Contents?: true

Size: 666 Bytes

Versions: 46

Compression:

Stored size: 666 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-hidden="true">×</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

46 entries across 46 versions & 1 rubygems

Version Path
blacklight-6.0.0 app/views/catalog/facet.html.erb
blacklight-6.0.0.pre5 app/views/catalog/facet.html.erb
blacklight-6.0.0.pre4 app/views/catalog/facet.html.erb
blacklight-6.0.0.pre3 app/views/catalog/facet.html.erb
blacklight-6.0.0.pre2 app/views/catalog/facet.html.erb
blacklight-6.0.0.pre1 app/views/catalog/facet.html.erb