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