X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1da134abb8984d85db86ec4be8755aa49f3bfc47..994fa4569b8da43486719ce0da770ab1887b24b9:/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 3f95be35de..035d147f04 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -18,112 +18,97 @@ <% if current_user %> -
  • - -
  • - - - - + <% 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 %> @@ -176,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 %>