Sha256: ac6bbaf3b1c0b158b6bb5a86b81dbd04b570de5c721cf8797d46427350440334

Contents?: true

Size: 621 Bytes

Versions: 12

Compression:

Stored size: 621 Bytes

Contents

<ul class="nav nav-tabs" id="my_nav" role="navigation">
  <span class="sr-only">You are currently listing your collections.  You have <%= @response.docs.count %> <%= 'collecction'.pluralize(@response.docs.count)%> </span>
    <li<%= ' class="active"'.html_safe if current_page?(hyrax.dashboard_collections_path(locale: nil)) %>>
    <%= link_to t('hyrax.dashboard.all.collections'), hyrax.dashboard_collections_path %>
  </li>
  <li<%= ' class="active"'.html_safe if current_page?(hyrax.my_collections_path(locale: nil)) %>>
    <%= link_to t('hyrax.dashboard.my.collections'), hyrax.my_collections_path %>
  </li>
</ul>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.2 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.1 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/collections/_tabs.html.erb