Commit 622bbf9629d2f5f081fbad6bbd9f0e3b6f092be6

Authored by Job van der Voort
1 parent 0e31cb40

line break

app/views/devise/sessions/_oauth_providers.html.haml
... ... @@ -9,4 +9,5 @@
9 9 = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
10 10 - else
11 11 = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn"
  12 + %br
12 13 %small * Make sure your email address is public
... ...