Commit 17346111 authored by Marin Jankovski's avatar Marin Jankovski

Count owned projects, not just personal

parent 02007866
......@@ -235,7 +235,7 @@ class User < ActiveRecord::Base
end
def can_create_project?
projects_limit > personal_projects.count
projects_limit > owned_projects.count
end
def can_create_group?
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment