summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 14:36:17 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 14:36:17 -0500
commite44ceb96d0875ffbe2959cd17a87f02b2b815547 (patch)
treee464e0454bb72c2cba1d63a7d2ffa3b5e3eeac4b /app/views/help
parent94a051cf5489061460b6ffa70a232e5e7cbb1eba (diff)
downloadgitlab-ce-e44ceb96d0875ffbe2959cd17a87f02b2b815547.tar.gz
[skip ci] .control-label to .col-form-label
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 53509c17df1..ffb84dd6cc4 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -463,11 +463,11 @@
.example
%form.form-horizontal
.form-group
- %label.col-sm-2.control-label{ :for => "inputEmail3" } Email
+ %label.col-sm-2.col-form-label{ :for => "inputEmail3" } Email
.col-sm-10
%input#inputEmail3.form-control{ :placeholder => "Email", :type => "email" }/
.form-group
- %label.col-sm-2.control-label{ :for => "inputPassword3" } Password
+ %label.col-sm-2.col-form-label{ :for => "inputPassword3" } Password
.col-sm-10
%input#inputPassword3.form-control{ :placeholder => "Password", :type => "password" }/
.form-group