summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:05:57 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:05:57 -0500
commitdf8aa61a94b8e70526fb78aed75ada1e390c7ce1 (patch)
tree0c0d0183cc38bbd815eb1d3c2f271d2481d41589 /app/views/shared/issuable/_form.html.haml
parentb95d76d217ad5a99093c2e10ac4a9289200dad48 (diff)
downloadgitlab-ce-df8aa61a94b8e70526fb78aed75ada1e390c7ce1.tar.gz
[skip ci] Convert .checkbox to .form-check
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 89c52a87109..6c8a441ed8c 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -22,7 +22,7 @@
- if issuable.respond_to?(:confidential)
.form-group
.col-sm-offset-2.col-sm-10
- .checkbox
+ .form-check
= form.label :confidential do
= form.check_box :confidential
This issue is confidential and should only be visible to team members with at least Reporter access.