summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 21:27:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-24 21:27:12 +0200
commit6570843f84674ebba7ff84bc2983c077879ca830 (patch)
treea15597734450b408161cf82099f3b3f4a29f2146 /app/views/layouts/group.html.haml
parent0dbb369aced2b445805255b6ce6c003f8bec619a (diff)
downloadgitlab-ce-6570843f84674ebba7ff84bc2983c077879ca830.tar.gz
Fix MR count for group scope
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index d40d9525bb8..f47e8b3e9ff 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -15,7 +15,7 @@
= nav_link(path: 'groups#merge_requests') do
= link_to merge_requests_group_path(@group) do
Merge Requests
- %span.count= current_user.cared_merge_requests.of_group(@group).count
+ %span.count= current_user.cared_merge_requests.opened.of_group(@group).count
= nav_link(path: 'groups#search') do
= link_to "Search", search_group_path(@group)
= nav_link(path: 'groups#people') do