Commit 9329dfbf authored by randx's avatar randx

Show inline providers icons on login page

parent acc5302c
......@@ -16,7 +16,6 @@
= render :partial => "devise/shared/links"
- if devise_mapping.omniauthable?
%hr/
%ul.unstyled
- resource_class.omniauth_providers.each do |provider|
%li
= link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
- resource_class.omniauth_providers.each do |provider|
%span
= link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment