From 50a594a71b26bd091731ae52bcfed5ddd27a0c9f Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 24 Jan 2014 22:38:54 -0800 Subject: [PATCH] Replace Admin menu with System menu (users can see those things too). --- .../app/views/layouts/application.html.erb | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index 53a39b88d4..1def50ed43 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -76,22 +76,23 @@
  • <%= link_to 'Collections', collections_path %>
  • <%= link_to 'Links', links_path %>
  • <%= link_to 'Humans', humans_path %>
  • +
  • <%= link_to 'Specimens', specimens_path %>
  • <%= link_to 'Traits', traits_path %>
  • - <% if current_user.is_admin %> - - <% end %> +