Skip to content

Commit 3292df7

Browse files
author
Jack C Hong
committed
Tiny style change to google login button
1 parent da3c4be commit 3292df7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/labwiki/authentication/openid.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ class OpenID < Authentication
1717
login_content:
1818
Erector.inline do
1919
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"
20+
a :href => "/?openid_identifier=http://www.google.com/accounts/o8/id", :class => "btn btn-lg btn-success" do
21+
i :class => "fa fa-google fa-lg"
22+
text " Login with Google ID"
2223
end
2324
end
2425
end

0 commit comments

Comments
 (0)