Sha256: 78f42b471610001771d84b2ac49b1efa50dfddcffd24487aa75fbd6f62d91918

Contents?: true

Size: 724 Bytes

Versions: 22

Compression:

Stored size: 724 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" data-toggle="collapse" data-target="#<%= facet_field_id(facet_field) %>">
    <h5 class="panel-title facet-field-heading">

      <%= link_to facet_field_label(facet_field.key), "#", :"data-no-turbolink" => true %>
    </h5>
  </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

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-5.19.2 app/views/catalog/_facet_layout.html.erb
blacklight-5.19.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.19.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.18.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.17.2 app/views/catalog/_facet_layout.html.erb
blacklight-5.17.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.17.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.16.4 app/views/catalog/_facet_layout.html.erb
blacklight-5.16.3 app/views/catalog/_facet_layout.html.erb
blacklight-5.16.2 app/views/catalog/_facet_layout.html.erb
blacklight-5.16.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.16.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.15.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.14.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.13.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.13.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.11.3 app/views/catalog/_facet_layout.html.erb
blacklight-5.12.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.12.0 app/views/catalog/_facet_layout.html.erb
blacklight-5.11.2 app/views/catalog/_facet_layout.html.erb