Fixed MR count on dashboard
This commit is contained in:
parent
3933930538
commit
86ed2e8f17
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
= nav_link(path: 'dashboard#merge_requests') do
|
||||
= link_to dashboard_merge_requests_path do
|
||||
Merge Requests
|
||||
%span.count= current_user.cared_merge_requests.count
|
||||
%span.count= current_user.cared_merge_requests.opened.count
|
||||
= nav_link(path: 'search#show') do
|
||||
= link_to "Search", search_path
|
||||
= nav_link(path: 'help#index') do
|
||||
|
|
Loading…
Reference in a new issue