X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6aac88a912ded276ed151501ac3977cfcc78600d..e513251f7b0f6acdc0c0d6df5792c18358030221:/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 a32b41c84d..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,20 +55,31 @@ <%= current_user.email %> <% if current_user.is_active %> -
  • Home project
  • +
  • Home project
  • -
  • <%= link_to raw(' Virtual Machines'), manage_account_path(page: "manage_virtual_machines") %>
  • -
  • <%= link_to raw(' Repositories'), manage_account_path(page: "manage_repositories") %>
  • -
  • <%= link_to raw(' SSH Keys'), manage_account_path(page: "manage_ssh_keys") %>
  • -
  • <%= link_to raw(' Current Token'), manage_account_path(page: "manage_current_token") %>
  • - -
  • Manage account
  • +
  • + <%= 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| %> @@ -87,7 +98,7 @@