diff options
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/ui.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml index a08bcc5fe24..53509c17df1 100644 --- a/app/views/help/ui.html.haml +++ b/app/views/help/ui.html.haml @@ -472,7 +472,7 @@ %input#inputPassword3.form-control{ :placeholder => "Password", :type => "password" }/ .form-group .col-sm-offset-2.col-sm-10 - .checkbox + .form-check %label %input{ :type => "checkbox" }/ Remember me @@ -492,7 +492,7 @@ .form-group %label{ :for => "exampleInputPassword1" } Password %input#exampleInputPassword1.form-control{ :placeholder => "Password", :type => "password" }/ - .checkbox + .form-check %label %input{ :type => "checkbox" }/ Remember me |