diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-16 10:48:14 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-16 10:48:14 -0500 |
commit | 6d0e5ed53fb6262225c42fdd0994c1302b1b7391 (patch) | |
tree | 88113ab3d01c05529bb40b9523a293747966c0e9 /app/views/devise/shared | |
parent | 29bbbe9fae3a124364f2db536c56594c782f07e3 (diff) | |
download | gitlab-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.haml | 2 |
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 |