Commit 622bbf9629d2f5f081fbad6bbd9f0e3b6f092be6
1 parent
0e31cb40
Exists in
spb-stable
and in
3 other branches
line break
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/devise/sessions/_oauth_providers.html.haml
@@ -9,4 +9,5 @@ | @@ -9,4 +9,5 @@ | ||
9 | = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider) | 9 | = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider) |
10 | - else | 10 | - else |
11 | = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn" | 11 | = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn" |
12 | + %br | ||
12 | %small * Make sure your email address is public | 13 | %small * Make sure your email address is public |