allow/deny user to create group/team
This commit is contained in:
parent
585a53c415
commit
00e4a479d3
4 changed files with 32 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue