X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65f13986f98a75f8da7cfe695ea5960ff741d402..df591042778408d03d410d5c22a669d85652d1ea:/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 a2256a0569..f4be7cad63 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -28,29 +28,36 @@ SPDX-License-Identifier: AGPL-3.0 %> <% if current_user %> <% if current_user.is_active %> -
  • - <%= link_to(controller: 'collections', action: 'multisite') do %> - Multisite search (beta) + <% if Rails.configuration.multi_site_search %> +
  • + +
  • <% end %> - -
  • - -
  • +
  • + +
  • <% end %> <% if current_user.is_active %>
  • Home project
  • - + <% if Rails.configuration.composer_url %> +
  • +
    + + +
    +
  • + <% end %>
  • <%= link_to virtual_machines_user_path(current_user), role: 'menu-item' do %> Virtual machines @@ -78,7 +94,6 @@ SPDX-License-Identifier: AGPL-3.0 %> SSH keys <% end %>
  • - <% if Rails.configuration.user_profile_form_fields %>
  • Manage profile
  • <% end %>