Ability to create project with namespace
This commit is contained in:
parent
96105e214f
commit
2b683b0d0b
10 changed files with 62 additions and 6 deletions
|
@ -12,6 +12,12 @@
|
|||
%hr
|
||||
%div.adv_settings
|
||||
%h6 Advanced settings:
|
||||
- if current_user.namespaces.size > 1
|
||||
.clearfix
|
||||
= f.label :namespace_id do
|
||||
Namespace
|
||||
.input
|
||||
= f.select :namespace_id, namespaces_options, {}, {class: 'chosen'}
|
||||
.clearfix
|
||||
= f.label :path do
|
||||
Git Clone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue