Sha256: 226bb0d4ee4f51a1b635d20495a6d5cea76978b36e7b84368ab17b8a1a42ceb9
Contents?: true
Size: 687 Bytes
Versions: 11
Compression:
Stored size: 687 Bytes
Contents
<% current_page_dashboard = current_page?(hyrax.dashboard_collections_path(locale: nil)) %> <ul class="nav nav-tabs" id="my_nav" role="navigation"> <li<%= ' class="nav-item"'.html_safe if current_page_dashboard %>> <%= link_to( t("hyrax.dashboard.#{current_ability.admin? ? 'all' : 'managed'}.collections"), hyrax.dashboard_collections_path, class: "nav-link#{' active' if current_page_dashboard}") %> </li> <li<%= ' class="nav-item"'.html_safe if !current_page_dashboard %>> <%= link_to( t('hyrax.dashboard.my.your_collections'), hyrax.my_collections_path, class: "nav-link#{' active' if !current_page_dashboard}") %> </li> </ul>
Version data entries
11 entries across 11 versions & 1 rubygems