add ability to change namespace from project edit page
This commit is contained in:
parent
f997947664
commit
f37fa968b2
9 changed files with 64 additions and 26 deletions
|
@ -14,7 +14,7 @@
|
|||
= f.label :namespace_id do
|
||||
%span.cgray Namespace
|
||||
.input
|
||||
= f.select :namespace_id, namespaces_options, {}, {class: 'chosen'}
|
||||
= f.select :namespace_id, namespaces_options(params[:namespace_id] || :current_user), {}, {class: 'chosen'}
|
||||
%hr
|
||||
%p.padded
|
||||
All created project are private. You choose who can see project and commit to repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue