Count owned projects, not just personal

This commit is contained in:
Marin Jankovski 2013-02-18 13:15:35 +01:00
parent 020078663e
commit 1734611181
2 changed files with 2 additions and 2 deletions

View file

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