Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 21:05:57 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 21:05:57 +0300
commitdf8aa61a94b8e70526fb78aed75ada1e390c7ce1 (patch)
tree0c0d0183cc38bbd815eb1d3c2f271d2481d41589 /app/views/help
parentb95d76d217ad5a99093c2e10ac4a9289200dad48 (diff)
[skip ci] Convert .checkbox to .form-check
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml4
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