diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-11 13:05:57 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-11 13:05:57 -0500 |
commit | df8aa61a94b8e70526fb78aed75ada1e390c7ce1 (patch) | |
tree | 0c0d0183cc38bbd815eb1d3c2f271d2481d41589 /app/views/help | |
parent | b95d76d217ad5a99093c2e10ac4a9289200dad48 (diff) | |
download | gitlab-ce-df8aa61a94b8e70526fb78aed75ada1e390c7ce1.tar.gz |
[skip ci] Convert .checkbox to .form-check
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 |