Unify app/views/shared/issuable/_form.html.haml

This commit is contained in:
Lin Jen-Shin 2018-05-23 23:05:57 +08:00
parent 37a7b590c6
commit 6c1f66ba9b
1 changed files with 3 additions and 0 deletions

View File

@ -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