summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-23 00:39:42 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-23 00:39:42 +0200
commit86ed2e8f1743e82b3fafffc8ad3fa66cb87a3336 (patch)
tree31373b991869be4ebde1bfb62315614b515e9450 /app/views/layouts/application.html.haml
parent3933930538d68b04751caea9030d4f3c59649b2b (diff)
downloadgitlab-ce-86ed2e8f1743e82b3fafffc8ad3fa66cb87a3336.tar.gz
Fixed MR count on dashboard
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index a41de538436..a197de38749 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -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