Sha256: 684bb0ca2d1a89dcb1bc68a6c45966d0b3170af0bb13cfda2295f44514ef943a

Contents?: true

Size: 723 Bytes

Versions: 35

Compression:

Stored size: 723 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) %>">
    <h3 class="panel-title facet-field-heading">
      <%= link_to facet_field_label(facet_field.key), "#", :"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

35 entries across 35 versions & 1 rubygems

Version Path
blacklight-6.14.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.14.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.13.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.12.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.11.2 app/views/catalog/_facet_layout.html.erb
blacklight-6.11.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.11.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.10.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.10.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.9.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.8.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.7.3 app/views/catalog/_facet_layout.html.erb
blacklight-6.7.2 app/views/catalog/_facet_layout.html.erb
blacklight-6.7.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.7.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.6.2 app/views/catalog/_facet_layout.html.erb
blacklight-6.6.1 app/views/catalog/_facet_layout.html.erb
blacklight-6.6.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.5.0 app/views/catalog/_facet_layout.html.erb
blacklight-6.4.2 app/views/catalog/_facet_layout.html.erb