Sha256: a6df998daf6d41c372e5dd389e212845571e2c9b57826e79ae69eaeade107880
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 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 %> <%= 'collection'.pluralize(@response.docs.count)%> </span> <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.collections'), hyrax.my_collections_path %> </li> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyrax-2.1.0.beta1 | app/views/hyrax/my/collections/_tabs.html.erb |