Fix project filter for MR on dashboard

This commit is contained in:
Dmitriy Zaporozhets 2013-02-19 09:43:41 +02:00
parent ba937b2b3d
commit bfc359ca61
4 changed files with 22 additions and 9 deletions

View file

@ -27,6 +27,6 @@ module DashboardHelper
items.opened
end
items.where(assignee_id: current_user.id).count
items.cared(current_user).count
end
end