X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/484246ac0d582f08f924b5a347f66135c939c6f6..408e81ed610fa238229150e4a47f457139fcf867:/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 174e35fbb6..c1dc15fa91 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -74,23 +74,41 @@ SPDX-License-Identifier: AGPL-3.0 %>
  • Home project
  • <% if Rails.configuration.composer_url %>
  • - <%= link_to Rails.configuration.composer_url, role: 'menu-item' do %> - Workflow Composer - <% end %> +
    + + +
  • <% end %> +
  • + <% + protocol, hostname = arvados_api_client.discovery[:workbenchUrl].split("://") + workbench2_url = "#{protocol}://workbench2.#{hostname.split(".")[1..-1].join(".")}" + %> +
    + + +
    +
  • <%= link_to virtual_machines_user_path(current_user), role: 'menu-item' do %> Virtual machines <% end %>
  • + <% if Rails.configuration.repositories %>
  • Repositories
  • + <% end -%>
  • Current token
  • <%= link_to ssh_keys_user_path(current_user), role: 'menu-item' do %> SSH keys <% end %> -
  • + +
  • Link account
  • <% if Rails.configuration.user_profile_form_fields %>
  • Manage profile
  • <% end %> @@ -117,9 +135,11 @@ SPDX-License-Identifier: AGPL-3.0 %> + <% if Rails.configuration.repositories %>
  • Repositories
  • + <% end -%>
  • Virtual machines