8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
1 <% content_for :breadcrumbs do raw '<!-- -->' end %>
2
3 <div class="row">
4   <div class="col-sm-8 col-sm-push-4" style="margin-top: 1em">
5     <div class="well clearfix">
6       <%= image_tag "dax.png", style: "width: 112px; height: 150px; margin-right: 2em", class: 'pull-left' %>
7
8       <h3 style="margin-top:0">Please log in.</h3>
9
10       <p>
11
12         The "Log in" button below will show you a Google sign-in page.
13         After you assure Google that you want to log in here with your
14         Google account, you will be redirected back here to
15         <%= Rails.configuration.site_name %>.
16
17       </p><p>
18
19         If you have never used <%= Rails.configuration.site_name %>
20         before, logging in for the first time will automatically
21         create a new account.
22
23       </p><p>
24
25         <i><%= Rails.configuration.site_name %> uses your name and
26           email address only for identification, and does not retrieve
27           any other personal information from Google.</i>
28
29       </p>
30         <%# Todo: add list of external authentications providers to
31             discovery document, then generate the option list here. Right
32             now, don't provide 'auth_provider' to get the default one. %>
33         <div class="pull-right">
34           <%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "btn btn-primary" do %>
35           Log in to <%= Rails.configuration.site_name %>
36           <i class="fa fa-fw fa-arrow-circle-right"></i>
37           <% end %>
38         </div>
39     </div>
40   </div>
41 </div>