allow/deny user to create group/team

This commit is contained in:
Dmitriy Zaporozhets 2013-01-25 11:30:49 +02:00
parent 585a53c415
commit 00e4a479d3
4 changed files with 32 additions and 10 deletions

View file

@ -46,6 +46,14 @@
= f.label :projects_limit
.input= f.number_field :projects_limit
.clearfix
= f.label :can_create_group
.input= f.check_box :can_create_group
.clearfix
= f.label :can_create_team
.input= f.check_box :can_create_team
.clearfix
= f.label :admin do
%strong.cred Administrator