Skip to content

Commit

Permalink
Move "reviews" on admin sidebar
Browse files Browse the repository at this point in the history
Git issue: #634
  • Loading branch information
LaRita Robinson committed Jan 24, 2017
1 parent 8eb88a7 commit b81224c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/views/hyrax/admin/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@
<%= menu.nav_link(hyrax.admin_workflow_roles_path) do %>
<span class="fa fa-users"></span> <%= t('hyrax.admin.sidebar.workflow_roles') %>
<% end %>
<%= menu.nav_link(hyrax.admin_workflows_path) do %>
<span class="fa fa-flag"></span> <%= t('hyrax.admin.sidebar.workflow_review') %>
<% end %>
</ul>
</li>

Expand Down Expand Up @@ -118,6 +114,9 @@
<% end %>

<li class="h5"><%= t('hyrax.admin.sidebar.tasks') %></li>
<%= menu.nav_link(hyrax.admin_workflows_path) do %>
<span class="fa fa-flag"></span> <%= t('hyrax.admin.sidebar.workflow_review') %>
<% end %>
<%= menu.nav_link(hyrax.admin_stats_path) do %>
<span class="fa fa-bar-chart"></span> <%= t('hyrax.admin.sidebar.statistics') %>
<% end %>
Expand Down

0 comments on commit b81224c

Please sign in to comment.