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