diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 00:39:42 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 00:39:42 +0200 |
commit | 86ed2e8f1743e82b3fafffc8ad3fa66cb87a3336 (patch) | |
tree | 31373b991869be4ebde1bfb62315614b515e9450 /app/views/layouts/application.html.haml | |
parent | 3933930538d68b04751caea9030d4f3c59649b2b (diff) | |
download | gitlab-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.haml | 2 |
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 |