Merge pull request #1279 from JewelSam/master
fixes #1271 - made 'Remember me' label clickable
This commit is contained in:
commit
a9f3c97cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
= password_field_tag 'user[password]', nil, id: 'user_password_dd', placeholder: 'Password'
|
= password_field_tag 'user[password]', nil, id: 'user_password_dd', placeholder: 'Password'
|
||||||
%p.text-right
|
%p.text-right
|
||||||
%small
|
%small
|
||||||
Remember me
|
%label{for: 'user_remember_me'} Remember me
|
||||||
= check_box_tag 'user[remember_me]'
|
= check_box_tag 'user[remember_me]'
|
||||||
%button.btn.btn-success.btn-block Sign in
|
%button.btn.btn-success.btn-block Sign in
|
||||||
- unless omniauth_configured.empty?
|
- unless omniauth_configured.empty?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue