Sha256: d646de632513bdcf65003446ac84079d9062f723d7066e21d9e63f31e64d74fe

Contents?: true

Size: 774 Bytes

Versions: 12

Compression:

Stored size: 774 Bytes

Contents

<div class="panel panel-default facet_limit blacklight-<%= facet_field.key.parameterize %> <%= 'facet_limit-active' if facet_field_in_params?(facet_field.key) %>">
  <div class="<%= "collapsed" if should_collapse_facet?(facet_field) %> collapse-toggle panel-heading" aria-expanded="false" data-toggle="collapse" data-target="#<%= facet_field_id(facet_field) %>">
    <h3 class="panel-title facet-field-heading">
      <%= link_to facet_field_label(facet_field.key), "#", :"data-turbolinks" => false, :"data-no-turbolink" => true %>
    </h3>
  </div>
  <div id="<%= facet_field_id(facet_field) %>" class="panel-collapse facet-content <%= should_collapse_facet?(facet_field) ? 'collapse' : 'in' %>">
    <div class="panel-body">
      <%= yield %>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.24.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.23.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.22.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.21.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.20.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.19.2 app/views/catalog/_facet_layout.html.erb
blacklight-6.19.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.19.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.18.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.17.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.16.0 app/views/catalog/_facet_layout.html.erb