Remove some bugs. Add warnings for renaming group. Add ability to cahnge group owner.
This commit is contained in:
parent
7f6bbf06f8
commit
ba74fa1413
11 changed files with 101 additions and 51 deletions
|
@ -22,7 +22,10 @@
|
|||
- unless project.new_record?
|
||||
.clearfix
|
||||
= f.label :namespace_id
|
||||
.input= f.select :namespace_id, namespaces_options(@project.namespace_id), {}, {class: 'chosen'}
|
||||
.input
|
||||
= f.select :namespace_id, namespaces_options(@project.namespace_id), {}, {class: 'chosen'}
|
||||
|
||||
%span.cred Be careful. Changing project namespace can have unintended side effects
|
||||
|
||||
- if project.repo_exists?
|
||||
.clearfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue