Remove some bugs. Add warnings for renaming group. Add ability to cahnge group owner.

This commit is contained in:
Dmitriy Zaporozhets 2012-12-03 21:14:05 +03:00
parent 7f6bbf06f8
commit ba74fa1413
11 changed files with 101 additions and 51 deletions

View file

@ -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