Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-09-27 18:07:51 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-15 09:28:52 +0300
commit80cbc9838eae8836a9bf85bac1dca7e965d1d77d (patch)
tree7509ed8bca3abf85725002d22cf1964894a26fbf
parent076749645a51c4fe948cdf5ed16dc8455a9aae05 (diff)
Fix omniauth box styling.
-rw-r--r--app/views/devise/sessions/new.html.haml2
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