1 <% content_for :breadcrumbs do raw '<!-- -->' end %>
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: 147px; height: 197px; max-width: 25%; margin-right: 2em", class: 'pull-left' %>
8 <h3>Please log in.</h3>
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 %>.
19 If you have never used <%= Rails.configuration.site_name %>
20 before, logging in for the first time will automatically
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>
31 <%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "pull-right btn btn-primary" do %>
32 Log in to <%= Rails.configuration.site_name %>
33 <i class="fa fa-fw fa-arrow-circle-right"></i>