Commit 7b57a98c authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/projects/commit/_change.html.haml

parent 3c3a149d
......@@ -22,11 +22,7 @@
%p.append-bottom-20= description
= form_tag [type.underscore, @project.namespace.becomes(Namespace), @project, commit], method: :post, remote: false, class: "js-#{type}-form js-requires-input" do
.form-group.row.branch
<<<<<<< HEAD
= label_tag 'start_branch', branch_label, class: 'col-form-label'
=======
= label_tag 'start_branch', branch_label, class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
= hidden_field_tag :start_branch, @project.default_branch, id: 'start_branch'
= dropdown_tag(@project.default_branch, options: { title: s_("BranchSwitcherTitle|Switch branch"), filter: true, placeholder: s_("BranchSwitcherPlaceholder|Search branches"), toggle_class: 'js-project-refs-dropdown dynamic', dropdown_class: 'dropdown-menu-selectable', data: { field_name: "start_branch", selected: @project.default_branch, start_branch: @project.default_branch, refs_url: project_branches_path(@project), submit_form_on_click: false } })
......
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