Commit e51816ff authored by Sean McGivern's avatar Sean McGivern

Merge branch 'backport-merge_params-conflict-message-to-ce-master' into 'master'

Backport merge_params.html.haml conflict comment

See merge request !12138
parents 44e5f57b 2622b470
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment