summaryrefslogtreecommitdiff
path: root/app/views/devise/shared
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-16 10:48:14 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-16 10:48:14 -0500
commit6d0e5ed53fb6262225c42fdd0994c1302b1b7391 (patch)
tree88113ab3d01c05529bb40b9523a293747966c0e9 /app/views/devise/shared
parent29bbbe9fae3a124364f2db536c56594c782f07e3 (diff)
downloadgitlab-ce-6d0e5ed53fb6262225c42fdd0994c1302b1b7391.tar.gz
Fix alignment on login page
Diffstat (limited to 'app/views/devise/shared')
-rw-r--r--app/views/devise/shared/_omniauth_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_omniauth_box.html.haml b/app/views/devise/shared/_omniauth_box.html.haml
index 275e2c43341..3723814debe 100644
--- a/app/views/devise/shared/_omniauth_box.html.haml
+++ b/app/views/devise/shared/_omniauth_box.html.haml
@@ -7,7 +7,7 @@
%span.light
- has_icon = provider_has_icon?(provider)
= link_to provider_image_tag(provider), omniauth_authorize_path(:user, provider), method: :post, class: 'oauth-login' + (has_icon ? ' oauth-image-link' : ' btn'), id: "oauth-login-#{provider}"
- %fieldset.prepend-top-10.form-check.remember-me
+ %fieldset.prepend-top-10.remember-me
%label
= check_box_tag :remember_me, nil, false, class: 'remember-me-checkbox'
%span