summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-04 10:51:35 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-04 10:51:35 +0300
commitd88332709cfa42d7f1ccd9ab6bc7622b970ef9de (patch)
tree7c48e0aecc07f40bd949e5f91449339ab7c3dbea /app/views/layouts/group.html.haml
parentc626ec3746f0346a4a90ebf6a0860583b79dd250 (diff)
downloadgitlab-ce-d88332709cfa42d7f1ccd9ab6bc7622b970ef9de.tar.gz
Fixed group issues/mr. Also speedup project list of admin area
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index e4277eff668..985200e2539 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -11,11 +11,11 @@
= nav_link(path: 'groups#issues') do
= link_to issues_group_path(@group) do
Issues
- %span.count= current_user.assigned_issues.opened.count
+ %span.count= current_user.assigned_issues.opened.of_group(@group).count
= nav_link(path: 'groups#merge_requests') do
= link_to merge_requests_group_path(@group) do
Merge Requests
- %span.count= current_user.cared_merge_requests.count
+ %span.count= current_user.cared_merge_requests.of_group(@group).count
= nav_link(path: 'groups#search') do
= link_to "Search", search_group_path(@group)
= nav_link(path: 'groups#people') do