Commit c4260291 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/projects/project_members/import.html.haml

parent b8b589fd
......@@ -7,11 +7,7 @@
%hr
= form_tag apply_import_project_project_members_path(@project), method: 'post' do
.form-group.row
<<<<<<< HEAD
= label_tag :source_project_id, "Project", class: 'col-form-label'
=======
= label_tag :source_project_id, "Project", class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10= select_tag(:source_project_id, options_from_collection_for_select(@projects, :id, :name_with_namespace), prompt: "Select project", class: "select2 lg", required: true)
.form-actions
......
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