Commit 9329dfbfc59325196fc98bcb15bd47adf8121013
1 parent
acc5302c
Exists in
master
and in
4 other branches
Show inline providers icons on login page
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
app/views/devise/sessions/new.html.haml
... | ... | @@ -16,7 +16,6 @@ |
16 | 16 | = render :partial => "devise/shared/links" |
17 | 17 | - if devise_mapping.omniauthable? |
18 | 18 | %hr/ |
19 | - %ul.unstyled | |
20 | - - resource_class.omniauth_providers.each do |provider| | |
21 | - %li | |
22 | - = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider) | |
19 | + - resource_class.omniauth_providers.each do |provider| | |
20 | + %span | |
21 | + = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider) | ... | ... |