summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-08-08 17:15:27 +0000
committerDouwe Maan <douwe@gitlab.com>2019-08-08 17:15:27 +0000
commitcbf55ac4e66599437b0003a20e15e6e303891ae4 (patch)
treebe9cba6a1a531932b121844f1bad9b21c42b0526 /app/views/shared/issuable/_form.html.haml
parentabcb42e00055398f738941c8e661255eb95938f4 (diff)
downloadgitlab-ce-cbf55ac4e66599437b0003a20e15e6e303891ae4.tar.gz
Rename blocking MRs to cross-project MR dependencies
We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 07a7b5ce9de..214e87052da 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -33,8 +33,6 @@
= render_if_exists 'shared/issuable/approvals', issuable: issuable, presenter: presenter, form: form
-= render_if_exists "shared/issuable/form/merge_request_blocks", issuable: issuable, form: form
-
= render 'shared/issuable/form/branch_chooser', issuable: issuable, form: form
= render 'shared/issuable/form/merge_params', issuable: issuable