Commit dff0b989 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/views/projects/_new_project_fields.html.haml

parent 5dd69c1c
......@@ -14,15 +14,9 @@
= root_url
- namespace_id = namespace_id_from(params)
= f.select(:namespace_id,
<<<<<<< HEAD
namespaces_options_with_developer_maintainer_access(selected: namespace_id,
display_path: true,
extra_group: namespace_id),
=======
namespaces_options(namespace_id || :current_user,
display_path: true,
extra_group: namespace_id),
>>>>>>> upstream/master
{},
{ class: 'select2 js-select-namespace qa-project-namespace-select', tabindex: 1})
......
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