Commit 460f60fa authored by Nick Thomas's avatar Nick Thomas

Fix conflicts in app/views/shared/issuable/form/_merge_params.html.haml

parent 0ab753fa
......@@ -3,13 +3,6 @@
- return unless issuable.is_a?(MergeRequest)
- return if issuable.closed_without_fork?
<<<<<<< HEAD
-# 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)
=======
>>>>>>> upstream/master
- if issuable.can_remove_source_branch?(current_user)
.form-group
.col-sm-10.col-sm-offset-2
......
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