X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/818e9974a935703de29239f97b225ba7505537f8..178013be0ccd804cb0579942ba50faa7cc68d52e:/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 ed19d51d25..46af0f2d88 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -85,12 +85,13 @@ SPDX-License-Identifier: AGPL-3.0 %> <% if Rails.configuration.Services.Workbench2.ExternalURL != URI("") %>
  • <% - wb2_url = Rails.configuration.Services.Workbench2.ExternalURL.to_s - wb2_url += '/' if wb2_url[-1] != '/' - wb2_url += 'token' + wb2_url = Rails.configuration.Services.Workbench2.ExternalURL.to_s + if wb2_url[-1] == '/' + wb2_url = wb2_url.chop + end + wb2_url += request.fullpath %>
    - @@ -244,6 +245,22 @@ SPDX-License-Identifier: AGPL-3.0 %> <% end %> <% end %> +
    +
    +
    + + You are using the deprecated workbench application + to access Arvados. A newer workbench application is available. + + + + +
    +
    +
    + <%= render partial: 'browser_unsupported' %><%# requires JS support below %> <%= render partial: 'getting_started/getting_started_popup' %>