X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d14dd75b263d8f999603b66d23f74667d36a2412..81b8e05dcd7397de4e2facd47be899edb9a21c6a:/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 9f253a47a5..22ccc2f91d 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -34,7 +34,7 @@ action_name: 'Show', action_href: url_for(controller: :actions, action: :show), action_method: 'get', - action_data: {selection_param: 'uuid', success: 'redirect-to-created-object', copy_from_search_box: true}.to_json) + action_data: {selection_param: 'uuid', success: 'redirect-to-created-object'}.to_json) %>">
@@ -55,13 +55,31 @@ <%= current_user.email %> <% if current_user.is_active %> -
  • Home project
  • -
  • Manage account
  • +
  • Home project
  • + +
  • + <%= link_to virtual_machines_user_path(current_user), role: 'menu-item' do %> + Virtual machines + <% end %> +
  • +
  • + <%= link_to repositories_user_path(current_user), role: 'menu-item' do %> + Repositories + <% end %> +
  • +
  • Current token
  • +
  • + <%= link_to ssh_keys_user_path(current_user), role: 'menu-item' do %> + SSH keys + <% end %> +
  • + <% 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 +98,7 @@