Sha256: 47cc4a4cbb02b79c29f6ba93d6afaf95489f790a88cd80b7f188d38d2a0ee16c

Contents?: true

Size: 638 Bytes

Versions: 36

Compression:

Stored size: 638 Bytes

Contents

<% # main container for facets/limits menu -%>
<% if has_facet_values?  %>
<div id="facets" class="facets sidenav">

  <div class="top-panel-heading panel-heading">
    <button type="button" class="facets-toggle" data-toggle="collapse" data-target="#facet-panel-collapse">
      <span class="sr-only">Toggle facets</span>
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
    </button>

  <h4>
  	<%= t('blacklight.search.facets.title') %>
  </h4>
    </div>

  <div id="facet-panel-collapse" class="collapse panel-group">
  <%= render_facet_partials %>
</div>
</div>
<% end %>

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
blacklight-5.10.3 app/views/catalog/_facets.html.erb
blacklight-5.9.4 app/views/catalog/_facets.html.erb
blacklight-5.10.2 app/views/catalog/_facets.html.erb
blacklight-5.10.1 app/views/catalog/_facets.html.erb
blacklight-5.10.0 app/views/catalog/_facets.html.erb
blacklight-5.9.3 app/views/catalog/_facets.html.erb
blacklight-5.9.2 app/views/catalog/_facets.html.erb
blacklight-5.9.1 app/views/catalog/_facets.html.erb
blacklight-5.9.0 app/views/catalog/_facets.html.erb
blacklight-5.8.2 app/views/catalog/_facets.html.erb
blacklight-5.8.1 app/views/catalog/_facets.html.erb
blacklight-5.8.0 app/views/catalog/_facets.html.erb
blacklight-5.7.2 app/views/catalog/_facets.html.erb
blacklight-5.5.4 app/views/catalog/_facets.html.erb
blacklight-5.7.1 app/views/catalog/_facets.html.erb
blacklight-5.7.0 app/views/catalog/_facets.html.erb
blacklight-5.6.0 app/views/catalog/_facets.html.erb
blacklight-5.5.3 app/views/catalog/_facets.html.erb
blacklight-5.5.2 app/views/catalog/_facets.html.erb
blacklight-5.5.1 app/views/catalog/_facets.html.erb