X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c7399ec7afdf0cfdd0f3177f410f102083a26e15..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 c1399f2602..c1dc15fa91 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -72,20 +72,43 @@ SPDX-License-Identifier: AGPL-3.0 %> <% if current_user.is_active %>
  • Home project
  • - + <% if Rails.configuration.composer_url %> +
  • +
    + + +
    +
  • + <% 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 %> @@ -112,9 +135,11 @@ SPDX-License-Identifier: AGPL-3.0 %> + <% if Rails.configuration.repositories %>
  • Repositories
  • + <% end -%>
  • Virtual machines