Sha256: f0ac502de6568d22950ffcb2326156082adeeea8d8976c7e54bca3ddc38d46ff

Contents?: true

Size: 500 Bytes

Versions: 14

Compression:

Stored size: 500 Bytes

Contents

<ul class="nav nav-tabs" id="my_nav" role="navigation">
  <li<%= ' class="active"'.html_safe if current_page?(hyrax.dashboard_collections_path(locale: nil)) %>>
    <%= link_to t("hyrax.dashboard.#{current_ability.admin? ? 'all' : 'managed'}.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.your_collections'), hyrax.my_collections_path %>
  </li>
</ul>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.5.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.4.2 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.4.1 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.4.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.3.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.2.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.1.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.2 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.1 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.0 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/collections/_tabs.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/my/collections/_tabs.html.erb