Count owned projects, not just personal
This commit is contained in:
parent
020078663e
commit
1734611181
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
%legend
|
||||
Personal projects:
|
||||
%small.pull-right
|
||||
%span= current_user.personal_projects.count
|
||||
%span= current_user.owned_projects.count
|
||||
of
|
||||
%span= current_user.projects_limit
|
||||
.padded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue