Sha256: 1da809a26132fa7b0f9d4a7640b47e48d7a05d561b243e57a1f7562cb3711e22

Contents?: true

Size: 582 Bytes

Versions: 12

Compression:

Stored size: 582 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>

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sufia-5.0.0 app/views/my/_facets.html.erb
sufia-6.0.0 app/views/my/_facets.html.erb
sufia-6.0.0.rc4 app/views/my/_facets.html.erb
sufia-6.0.0.rc3 app/views/my/_facets.html.erb
sufia-5.0.0.rc1 app/views/my/_facets.html.erb
sufia-6.0.0.rc2 app/views/my/_facets.html.erb
sufia-6.0.0.rc1 app/views/my/_facets.html.erb
sufia-4.3.1 app/views/my/_facets.html.erb
sufia-6.0.0.beta1 app/views/my/_facets.html.erb
sufia-4.2.0 app/views/my/_facets.html.erb
sufia-4.1.0 app/views/my/_facets.html.erb
sufia-4.0.1 app/views/my/_facets.html.erb