Merge branch 'master' of git.curoverse.com:arvados
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
1 <%= image_tag "dax.png", style: "float: left; max-width: 25%; margin-right: 2em" %>
2 <h1>Hi there!  Please log in to use <%= Rails.configuration.site_name %>.</h1>
3 <div class="row-fluid">
4   <div class="col span8" style="margin-top: 1em">
5     <div class="well clearfix">
6       <p>When you click on the button below you will be taken to a Google sign-in page.
7         After entering your information, you will be redirected back to <%= Rails.configuration.site_name %>
8         If you have never used <%= Rails.configuration.site_name %> before, logging in for the first
9         time will also create a new user account. <%= Rails.configuration.site_name %> uses your name and
10         email address from Google services only for identification, and can not access any personal information
11   beyond that.
12   </p>
13       <p>
14         <a  class="pull-right btn btn-primary" href="<%= $arvados_api_client.arvados_login_url(return_to: request.url) %>">
15           Click here to log in to <%= Rails.configuration.site_name %> with a Google account</a>
16       </p>
17     </div>
18   </div>
19 </div>
20
21