Sha256: 169af7c7e9c02c53ac540916d71375e45a88967cc43e0afead8f1a906341a47c

Contents?: true

Size: 709 Bytes

Versions: 34

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) %>">
    <h4 class="panel-title">
      <%= link_to facet_field_label(facet_field.field), "#", :"data-no-turbolink" => true %>
    </h4>
  </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

34 entries across 34 versions & 3 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_facet_layout.html.erb
hyrax-1.1.0 app/views/hyrax/my/_facet_layout.html.erb
sufia-7.4.1 app/views/my/_facet_layout.html.erb
hyrax-1.0.5 app/views/hyrax/my/_facet_layout.html.erb
sufia-7.4.0 app/views/my/_facet_layout.html.erb
hyrax-1.0.4 app/views/hyrax/my/_facet_layout.html.erb
hyrax-1.0.3 app/views/hyrax/my/_facet_layout.html.erb
hyrax-1.0.2 app/views/hyrax/my/_facet_layout.html.erb
hyrax-1.0.1 app/views/hyrax/my/_facet_layout.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/my/_facet_layout.html.erb
sufia-7.3.1 app/views/my/_facet_layout.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/my/_facet_layout.html.erb
sufia-7.3.0 app/views/my/_facet_layout.html.erb
sufia-7.3.0.rc3 app/views/my/_facet_layout.html.erb
sufia-7.3.0.rc2 app/views/my/_facet_layout.html.erb
sufia-7.3.0.rc1 app/views/my/_facet_layout.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/my/_facet_layout.html.erb
sufia-7.2.0 app/views/my/_facet_layout.html.erb
sufia-6.7.0 app/views/my/_facet_layout.html.erb
sufia-7.1.0 app/views/my/_facet_layout.html.erb