Skip to content
Snippets Groups Projects
Commit 784cb886 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Sign in screen: removed hr, added clearfix

parent 313595e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,8 +14,9 @@
= f.submit "Sign in", :class => "primary btn wide"
.right
= render :partial => "devise/shared/links"
- if devise_mapping.omniauthable?
%hr/
- resource_class.omniauth_providers.each do |provider|
%span
= link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
.clearfix
- if devise_mapping.omniauthable? && resource_class.omniauth_providers.present?
%div
- resource_class.omniauth_providers.each do |provider|
%span
= link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment