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