Added websocketUrl to discovery document. Workbench websockets testing page
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
index 05f71573debc417bc7170b89b06b752d4f48c8c0..4fe55180937c9f5caa763cac10d014642ddcfd94 100644 (file)
@@ -1,9 +1,23 @@
-<h1>Please log in to use Arvados Workbench.</h1>
-</p>
-<p style="margin-top: 1em">
-When you click on the button below you will be taken to a Google sign-in page.  After entering your information, you will be redirected back to the Arvados Workbench.  If you have never used Arvados before, logging in for the first time will also create a new user account.  Arvados uses Google services for only for identification, and will never access any personal information.
-</p>
-<p style="margin-top: 1em">
-  <a  class="btn btn-primary" href="<%= $arvados_api_client.arvados_login_url(return_to: request.url) %>">Click here to log in to Arvados Workbench with a Google account</a>
-</p>
+<% content_for :breadcrumbs do raw '<!-- -->' end %>
+
+<%= image_tag "dax.png", style: "float: left; max-width: 25%; margin-right: 2em" %>
+<h1>Hi there!  Please log in to use <%= Rails.configuration.site_name %>.</h1>
+<div class="row-fluid">
+  <div class="col span8" style="margin-top: 1em">
+    <div class="well clearfix">
+      <p>When you click on the button below you will be taken to a Google sign-in page.
+       After entering your information, you will be redirected back to <%= Rails.configuration.site_name %>
+       If you have never used <%= Rails.configuration.site_name %> before, logging in for the first
+       time will also create a new user account. <%= Rails.configuration.site_name %> uses your name and
+       email address from Google services only for identification, and can not access any personal information
+  beyond that.
+  </p>
+      <p>
+       <a  class="pull-right btn btn-primary" href="<%= $arvados_api_client.arvados_login_url(return_to: request.url) %>">
+         Click here to log in to <%= Rails.configuration.site_name %> with a Google account</a>
+      </p>
+    </div>
+  </div>
+</div>
+