X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5a80356ddc3798f6530e306901d7ea5e19cfe3f9..56b3e82324aea74cee083d3831c89eb7b553fb9c:/apps/workbench/app/views/layouts/body.html.erb diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb index 8645e599dd..035d147f04 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -18,114 +18,97 @@ <% if current_user %> - <% if current_user.is_active %> -
  • - -
  • - <% end %> - - - - + <% if current_user.is_active %> +
  • + +
  • + <% end %> - <% if current_user.is_active %> - + + <% if current_user.is_admin %> + - <% end %> +
  • + Groups +
  • +
  • + Compute nodes +
  • +
  • + Keep services +
  • +
  • + Keep disks +
  • + + + <% end %> <% else %>
  • Log in
  • <% end %> @@ -178,7 +161,7 @@ &block) end, :top_button => Proc.new do %> - <% link_to projects_path, method: 'post', class: 'btn btn-xs btn-default pull-right' do %> + <% link_to projects_path, method: :post, class: 'btn btn-xs btn-default pull-right' do %> New project <% end %> <% end %>