Sha256: 8de692d4939d4e2ca8bfdfd68a62bb2a7f65905a4493831a34c6b804ca64b3d8

Contents?: true

Size: 608 Bytes

Versions: 6

Compression:

Stored size: 608 Bytes

Contents

<ul class="nav nav-tabs" id="my_nav" role="list">
  <li<%= ' class="nav-item"'.html_safe if @response.viewing_under_review? %>>
      <%= link_to t('hyrax.admin.workflows.index.tabs.under_review'),
        hyrax.admin_workflows_path(state: 'under-review'), class: "nav-link#{' active' if @response.viewing_under_review?}" %>
  </li>
  <li<%= ' class="nav-item"'.html_safe if !@response.viewing_under_review? %>>
    <%= link_to t('hyrax.admin.workflows.index.tabs.published'), hyrax.admin_workflows_path(state: 'published'), class: "nav-link#{' active' if !@response.viewing_under_review?}" %>
  </li>
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/views/hyrax/admin/workflows/_tabs.html.erb
hyrax-5.0.1 app/views/hyrax/admin/workflows/_tabs.html.erb
hyrax-5.0.0 app/views/hyrax/admin/workflows/_tabs.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/admin/workflows/_tabs.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/admin/workflows/_tabs.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/admin/workflows/_tabs.html.erb