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.23.0 app/views/catalog/facet.html.erb
blacklight-6.22.0 app/views/catalog/facet.html.erb
blacklight-6.21.0 app/views/catalog/facet.html.erb
blacklight-6.20.0 app/views/catalog/facet.html.erb
blacklight-6.19.2 app/views/catalog/facet.html.erb
blacklight-6.19.1 app/views/catalog/facet.html.erb
blacklight-6.19.0 app/views/catalog/facet.html.erb
blacklight-6.18.0 app/views/catalog/facet.html.erb
blacklight-6.17.0 app/views/catalog/facet.html.erb
blacklight-6.16.0 app/views/catalog/facet.html.erb
blacklight-6.15.0 app/views/catalog/facet.html.erb
blacklight-6.14.1 app/views/catalog/facet.html.erb
blacklight-6.14.0 app/views/catalog/facet.html.erb
blacklight-6.13.0 app/views/catalog/facet.html.erb
blacklight-6.12.0 app/views/catalog/facet.html.erb
blacklight-6.11.2 app/views/catalog/facet.html.erb
blacklight-6.11.1 app/views/catalog/facet.html.erb
blacklight-6.11.0 app/views/catalog/facet.html.erb
blacklight-6.10.1 app/views/catalog/facet.html.erb
blacklight-6.10.0 app/views/catalog/facet.html.erb