Sha256: 74bbea6b0be5da062aee287a6a0da73b25950680360a99f9fd9488dbefd89120

Contents?: true

Size: 599 Bytes

Versions: 12

Compression:

Stored size: 599 Bytes

Contents

<ul class="nav nav-tabs" id="my_nav" role="navigation">
  <span class="sr-only">You are currently listing your works.  You have <%= @response.docs.count %> <%= 'work'.pluralize(@response.docs.count)%> </span>
  <li<%= ' class="active"'.html_safe if current_page?(hyrax.dashboard_works_path(locale: nil)) %>>
    <%= link_to t('hyrax.dashboard.all.works'), hyrax.dashboard_works_path %>
  </li>
  <li<%= ' class="active"'.html_safe if current_page?(hyrax.my_works_path(locale: nil)) %>>
    <%= link_to t('hyrax.dashboard.my.works'), hyrax.my_works_path, data: { turbolinks: false } %>
  </li>
</ul>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.2 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.1 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/works/_tabs.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/works/_tabs.html.erb