summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-14 15:05:07 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-14 15:05:07 +0000
commit2622b470bd95ce09f7dbf89268aac87d13205ca6 (patch)
treec0e97bde31f3c868042b60a9a8fc08679aec9e2f
parent8c602a379171be47e17d31ec451f8aa46bc572c8 (diff)
downloadgitlab-ce-2622b470bd95ce09f7dbf89268aac87d13205ca6.tar.gz
Improve conflict message in _merge_params.html.haml
-rw-r--r--app/views/shared/issuable/form/_merge_params.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_merge_params.html.haml b/app/views/shared/issuable/form/_merge_params.html.haml
index 21469001973..bfa91629e1e 100644
--- a/app/views/shared/issuable/form/_merge_params.html.haml
+++ b/app/views/shared/issuable/form/_merge_params.html.haml
@@ -3,7 +3,8 @@
- return unless issuable.is_a?(MergeRequest)
- return if issuable.closed_without_fork?
--# This check is duplicated below in CE to avoid conflicts. It should only exist in CE.
+-# This check is duplicated below to avoid CE -> EE merge conflicts.
+-# This comment and the following line should only exist in CE.
- return unless issuable.can_remove_source_branch?(current_user)
.form-group