Sha256: a6455f77d9a1c7cce18d4b8591b2bfee1aa44c577f08fb80323caa258427f1de

Contents?: true

Size: 578 Bytes

Versions: 8

Compression:

Stored size: 578 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="fa fa-bars"></span>
    </button>

    <h3><%= t("sufia.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

8 entries across 8 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/my/_facets.html.erb
sufia-6.6.1 app/views/my/_facets.html.erb
sufia-6.6.0 app/views/my/_facets.html.erb
sufia-6.5.0 app/views/my/_facets.html.erb
sufia-6.4.0 app/views/my/_facets.html.erb
sufia-6.3.0 app/views/my/_facets.html.erb
sufia-6.2.0 app/views/my/_facets.html.erb
sufia-6.1.0 app/views/my/_facets.html.erb