Commit 6570843f84674ebba7ff84bc2983c077879ca830
1 parent
0dbb369a
Exists in
master
and in
4 other branches
Fix MR count for group scope
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/group.html.haml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | = nav_link(path: 'groups#merge_requests') do |
16 | 16 | = link_to merge_requests_group_path(@group) do |
17 | 17 | Merge Requests |
18 | - %span.count= current_user.cared_merge_requests.of_group(@group).count | |
18 | + %span.count= current_user.cared_merge_requests.opened.of_group(@group).count | |
19 | 19 | = nav_link(path: 'groups#search') do |
20 | 20 | = link_to "Search", search_group_path(@group) |
21 | 21 | = nav_link(path: 'groups#people') do | ... | ... |