[ARVADOS] updated: d63925110aaef11410ec7f975664727dfd4c0be8
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 6 13:22:36 EST 2015
Summary of changes:
apps/workbench/app/views/users/welcome.html.erb | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
via d63925110aaef11410ec7f975664727dfd4c0be8 (commit)
from 7b5729d984a9c516920270250f050bf72f1896d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d63925110aaef11410ec7f975664727dfd4c0be8
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jan 6 13:24:06 2015 -0500
4570: Fix tabs, CSS on log in button.
diff --git a/apps/workbench/app/views/users/welcome.html.erb b/apps/workbench/app/views/users/welcome.html.erb
index f4fb4d1..a810a8d 100644
--- a/apps/workbench/app/views/users/welcome.html.erb
+++ b/apps/workbench/app/views/users/welcome.html.erb
@@ -10,34 +10,32 @@
<p>
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 %>.
+ 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 %>.
</p><p>
- If you have never used <%= Rails.configuration.site_name %>
- before, logging in for the first time will automatically
- create a new account.
+ If you have never used <%= Rails.configuration.site_name %>
+ before, logging in for the first time will automatically
+ create a new account.
</p><p>
<i><%= Rails.configuration.site_name %> uses your name and
- email address only for identification, and does not retrieve
- any other personal information from Google.</i>
+ email address only for identification, and does not retrieve
+ any other personal information from Google.</i>
</p>
- <p>
<%# Todo: add list of external authentications providers to
discovery document, then generate the option list here. Right
now, don't provide 'auth_provider' to get the default one. %>
- <div class="row pull-right">
- <%= link_to arvados_api_client.arvados_login_url(return_to: request.url), class: "pull-right btn btn-primary" do %>
+ <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 %>
<i class="fa fa-fw fa-arrow-circle-right"></i>
<% end %>
</div>
- </p>
</div>
</div>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list