Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-06-15 11:41:20 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-06-15 11:41:20 +0300
commite51816ff8ebece4b60d004daebc8cd8d3dca3b09 (patch)
tree829141a3d6939972edca64bc66386422cfc22083 /app/views
parent44e5f57b1ea0e43cb27c9ac080839949ab8485d1 (diff)
parent2622b470bd95ce09f7dbf89268aac87d13205ca6 (diff)
Merge branch 'backport-merge_params-conflict-message-to-ce-master' into 'master'
Backport merge_params.html.haml conflict comment See merge request !12138
Diffstat (limited to 'app/views')
-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 271150ed318..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, to avoid conflicts with EE.
+-# 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