Sha256: 90bb87869048a6556bf30a473564128414fe4ed4ba648ebc2fc8f0369ab2dbe8

Contents?: true

Size: 709 Bytes

Versions: 36

Compression:

Stored size: 709 Bytes

Contents

<div class="panel panel-default facet_limit blacklight-<%= facet_field.field.parameterize %> <%= 'facet_limit-active' if facet_field_in_params?(facet_field.field) %>">
  <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">
      <%= link_to facet_field_label(facet_field.field), "#", :"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

36 entries across 36 versions & 2 rubygems

Version Path
sufia-5.0.0 app/views/my/_facet_layout.html.erb
sufia-6.0.0 app/views/my/_facet_layout.html.erb
blacklight-5.9.4 app/views/catalog/_facet_layout.html.erb
sufia-6.0.0.rc4 app/views/my/_facet_layout.html.erb
blacklight-5.9.3 app/views/catalog/_facet_layout.html.erb
blacklight-5.9.2 app/views/catalog/_facet_layout.html.erb
blacklight-5.9.1 app/views/catalog/_facet_layout.html.erb
blacklight-5.9.0 app/views/catalog/_facet_layout.html.erb
sufia-6.0.0.rc3 app/views/my/_facet_layout.html.erb
sufia-5.0.0.rc1 app/views/my/_facet_layout.html.erb
sufia-6.0.0.rc2 app/views/my/_facet_layout.html.erb
sufia-6.0.0.rc1 app/views/my/_facet_layout.html.erb
blacklight-5.8.2 app/views/catalog/_facet_layout.html.erb
sufia-4.3.1 app/views/my/_facet_layout.html.erb
blacklight-5.8.1 app/views/catalog/_facet_layout.html.erb
sufia-6.0.0.beta1 app/views/my/_facet_layout.html.erb
blacklight-5.8.0 app/views/catalog/_facet_layout.html.erb
sufia-4.2.0 app/views/my/_facet_layout.html.erb
blacklight-5.7.2 app/views/catalog/_facet_layout.html.erb
sufia-4.1.0 app/views/my/_facet_layout.html.erb