We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3c4be commit 3292df7Copy full SHA for 3292df7
lib/labwiki/authentication/openid.rb
@@ -17,8 +17,9 @@ class OpenID < Authentication
17
login_content:
18
Erector.inline do
19
p do
20
- a :href => "/?openid_identifier=http://www.google.com/accounts/o8/id", :class => "btn btn-primary" do
21
- text "Login with Google ID"
+ a :href => "/?openid_identifier=http://www.google.com/accounts/o8/id", :class => "btn btn-lg btn-success" do
+ i :class => "fa fa-google fa-lg"
22
+ text " Login with Google ID"
23
end
24
25
0 commit comments