Commit 8995f3ec authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/projects/branches/new.html.haml

parent 68cf05c0
......@@ -11,20 +11,12 @@
= form_tag namespace_project_branches_path, method: :post, id: "new-branch-form", class: "js-create-branch-form js-requires-input" do
.form-group.row
<<<<<<< HEAD
= label_tag :branch_name, nil, class: 'col-form-label'
=======
= label_tag :branch_name, nil, class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
= text_field_tag :branch_name, params[:branch_name], required: true, autofocus: true, class: 'form-control js-branch-name'
.form-text.text-muted.text-danger.js-branch-name-error
.form-group.row
<<<<<<< HEAD
= label_tag :ref, 'Create from', class: 'col-form-label'
=======
= label_tag :ref, 'Create from', class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10.create-from
.dropdown
= hidden_field_tag :ref, default_ref
......
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