Sha256: 17a926be90e0c5f0d335b5280cf5d972251c891e7d780261621b9ff9363850ce

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

<% # main container for facets/limits menu -%>
<% if has_facet_values?  %>
<div id="facets" class="panel 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="fa fa-bars"></span>
    </button>

    <h3><%= t("hyrax.dashboard.my.facet_label.#{current_tab}") %></h3>
  </div>

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_facets.html.erb
hyrax-1.1.0 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.5 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.4 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.3 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.2 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.1 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/my/_facets.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/my/_facets.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/my/_facets.html.erb