Sha256: 40d739e45d208a29fb82a1b54a81b6123595f5616c6372f47cb7c0a9b98089b9

Contents?: true

Size: 662 Bytes

Versions: 22

Compression:

Stored size: 662 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 class='facets-heading'>

  	<%= 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

22 entries across 22 versions & 1 rubygems

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