Commit 858e4cc9 authored by Clement Ho's avatar Clement Ho

[skip ci] Fix conflict in app/views/shared/issuable/form/_merge_params.html.haml

parent c8c2bab5
......@@ -12,13 +12,8 @@
= label_tag 'merge_request[force_remove_source_branch]', class: 'form-check-label' do
Remove source branch when merge request is accepted.
<<<<<<< HEAD
.form-group
.col-sm-10.col-sm-offset-2
=======
.form-group.row
.col-sm-10.offset-sm-2
>>>>>>> upstream/master
.form-check
= hidden_field_tag 'merge_request[squash]', '0', id: nil
= check_box_tag 'merge_request[squash]', '1', issuable.squash, class: 'form-check-input'
......
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