X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a2eb98fa68672d6966233d7864c328feb8df3939..a94ec93d3322320bbf075559c4693da816b815f4:/apps/workbench/app/views/layouts/body.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb index 6c23035adc..4a17abb768 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -55,13 +55,21 @@ <%= current_user.email %> <% if current_user.is_active %> -
  • Home project
  • -
  • Manage account
  • +
  • My home project
  • + +
  • My virtual machines
  • +
  • My repositories
  • +
  • My current token
  • +
  • My SSH keys
  • + +
  • Manage account
  • + <% if Rails.configuration.user_profile_form_fields %> -
  • Manage profile
  • +
  • Manage profile
  • <% end %> <% end %> -
  • Log out
  • + +
  • Log out
  • <% if user_notifications.any? %> <% user_notifications.each_with_index do |n, i| %> @@ -80,7 +88,7 @@