X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/809a0b4cf662cad17274a03adfec09a04dacf689..3aaefcb3c76ff470b475d950398d01255e87712a:/apps/workbench/app/views/users/welcome.html.erb diff --git a/apps/workbench/app/views/users/welcome.html.erb b/apps/workbench/app/views/users/welcome.html.erb index a810a8df6d..479e3e1d89 100644 --- a/apps/workbench/app/views/users/welcome.html.erb +++ b/apps/workbench/app/views/users/welcome.html.erb @@ -1,28 +1,32 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% content_for :breadcrumbs do raw '' end %>
- <%= image_tag "dax.png", style: "width: 147px; height: 197px; max-width: 25%; margin-right: 2em", class: 'pull-left' %> + <%= image_tag "dax.png", style: "width: 112px; height: 150px; margin-right: 2em", class: 'pull-left' %> -

Please log in.

+

Please log in.

The "Log in" button below will show you a Google sign-in page. After you assure Google that you want to log in here with your Google account, you will be redirected back here to - <%= Rails.configuration.site_name %>. + <%= Rails.configuration.Workbench.SiteName %>.

- If you have never used <%= Rails.configuration.site_name %> + If you have never used <%= Rails.configuration.Workbench.SiteName %> before, logging in for the first time will automatically create a new account.

- <%= Rails.configuration.site_name %> uses your name and + <%= Rails.configuration.Workbench.SiteName %> uses your name and email address only for identification, and does not retrieve any other personal information from Google. @@ -32,7 +36,7 @@ now, don't provide 'auth_provider' to get the default one. %>

<%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "btn btn-primary" do %> - Log in to <%= Rails.configuration.site_name %> + Log in to <%= Rails.configuration.Workbench.SiteName %> <% end %>