summaryrefslogtreecommitdiff
path: root/app/views/groups/labels/_label.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/labels/_label.html.haml')
-rw-r--r--app/views/groups/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/labels/_label.html.haml b/app/views/groups/labels/_label.html.haml
index 39d102a6acb..2395e2dade6 100644
--- a/app/views/groups/labels/_label.html.haml
+++ b/app/views/groups/labels/_label.html.haml
@@ -10,7 +10,7 @@
%ul
%li
= link_to_label(label, type: :merge_request) do
- = pluralize label.open_merge_requests_count, 'merge request'
+ = pluralize label.open_merge_requests_count(current_user), 'merge request'
%li
= link_to_label(label) do
= pluralize label.open_issues_count(current_user), 'open issue'