summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_omniauth_box.html.haml
diff options
context:
space:
mode:
authorJedidiah <hello@jedidiah.eu>2017-09-14 17:58:15 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 17:58:15 +0000
commit3140006355e35663ca0f4f6e2b4a2157d39480cd (patch)
tree95211ff7b76b11c9a26613b19a7374f98a02cc42 /app/views/devise/shared/_omniauth_box.html.haml
parentef37de8adb4e846db5bf7816e3f55f43b1305a03 (diff)
downloadgitlab-ce-3140006355e35663ca0f4f6e2b4a2157d39480cd.tar.gz
Add missing classes to omniauth remember-me checkbox and add correct font-size
Diffstat (limited to 'app/views/devise/shared/_omniauth_box.html.haml')
-rw-r--r--app/views/devise/shared/_omniauth_box.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/devise/shared/_omniauth_box.html.haml b/app/views/devise/shared/_omniauth_box.html.haml
index bfd7dd25a7d..546cec4d565 100644
--- a/app/views/devise/shared/_omniauth_box.html.haml
+++ b/app/views/devise/shared/_omniauth_box.html.haml
@@ -7,6 +7,8 @@
%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
- = check_box_tag :remember_me
- = label_tag :remember_me, 'Remember me'
+ %fieldset.prepend-top-10.checkbox.remember-me
+ %label
+ = check_box_tag :remember_me, nil, false, class: 'remember-me-checkbox'
+ %span
+ Remember me