Commit 68cf05c0 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/projects/blob/_new_dir.html.haml

parent a7cfaeb8
......@@ -7,11 +7,7 @@
.modal-body
= form_tag project_create_dir_path(@project, @id), method: :post, remote: false, class: 'js-create-dir-form js-quick-submit js-requires-input' do
.form-group.row
<<<<<<< HEAD
= label_tag :dir_name, _('Directory name'), class: 'col-form-label'
=======
= label_tag :dir_name, _('Directory name'), class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
= text_field_tag :dir_name, params[:dir_name], required: true, class: 'form-control'
......
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