16306: Merge branch 'master'
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
index f23daa7690fe7e615c6be18f9a20d5703dbbc426..479e3e1d89dec50c5d6398ad3e7dc470be211d8c 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% content_for :breadcrumbs do raw '<!-- -->' end %>
 
 <div class="row">
         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 %>.
 
       </p><p>
 
-        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.
 
       </p><p>
 
-        <i><%= Rails.configuration.site_name %> uses your name and
+        <i><%= Rails.configuration.Workbench.SiteName %> uses your name and
           email address only for identification, and does not retrieve
           any other personal information from Google.</i>
 
@@ -32,7 +36,7 @@
             now, don't provide 'auth_provider' to get the default one. %>
         <div class="pull-right">
           <%= 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 %>
           <i class="fa fa-fw fa-arrow-circle-right"></i>
           <% end %>
         </div>