summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-05-23 23:05:57 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-06-01 13:34:23 +0800
commit6c1f66ba9bed0f07cceb20b3fab677c5894f0abf (patch)
treea48698651a419be4a6953d2511379a135df21237
parent37a7b590c6b7a881ed014f99571a1f44cb45acab (diff)
downloadgitlab-ce-6c1f66ba9bed0f07cceb20b3fab677c5894f0abf.tar.gz
Unify app/views/shared/issuable/_form.html.haml
-rw-r--r--app/views/shared/issuable/_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index fbc608b207a..8033072498e 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -29,6 +29,8 @@
= render 'shared/issuable/form/metadata', issuable: issuable, form: form
+= render_if_exists 'shared/issuable/approvals', issuable: issuable, form: form
+
= render 'shared/issuable/form/branch_chooser', issuable: issuable, form: form
= render 'shared/issuable/form/merge_params', issuable: issuable
@@ -77,5 +79,6 @@
%strong= link_to('contribution guidelines', guide_url)
for this project.
+= render_if_exists 'shared/issuable/remove_approver'
= form.hidden_field :lock_version