diff options
author | Bryce Johnson <bryce@gitlab.com> | 2016-09-27 17:07:51 +0200 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2016-10-15 08:28:52 +0200 |
commit | 80cbc9838eae8836a9bf85bac1dca7e965d1d77d (patch) | |
tree | 7509ed8bca3abf85725002d22cf1964894a26fbf /app/views/devise | |
parent | 076749645a51c4fe948cdf5ed16dc8455a9aae05 (diff) | |
download | gitlab-ce-80cbc9838eae8836a9bf85bac1dca7e965d1d77d.tar.gz |
Fix omniauth box styling.
Diffstat (limited to 'app/views/devise')
-rw-r--r-- | app/views/devise/sessions/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml index 2fb05b9456b..dbdbc9689aa 100644 --- a/app/views/devise/sessions/new.html.haml +++ b/app/views/devise/sessions/new.html.haml @@ -13,7 +13,7 @@ = render 'devise/shared/signup_box' - if omniauth_enabled? && devise_mapping.omniauthable? && button_based_providers_enabled? - .clearfix + .clearfix.omniauth-box = render 'devise/shared/omniauth_box' -# Show a message if none of the mechanisms above are enabled |