Commit 913bdd85 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/admin/projects/show.html.haml

parent 210c24a7
......@@ -118,11 +118,7 @@
.card-body
= form_for @project, url: transfer_admin_project_path(@project), method: :put do |f|
.form-group.row
<<<<<<< HEAD
= f.label :new_namespace_id, "Namespace", class: 'col-form-label'
=======
= f.label :new_namespace_id, "Namespace", class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
.dropdown
= dropdown_toggle('Search for Namespace', { toggle: 'dropdown', field_name: 'new_namespace_id' }, { toggle_class: 'js-namespace-select large' })
......
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