diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml index 5b35acc66c068e1efbb35f6538cc7d6e2126209c..f7ddd30c5a9c48acbf29c6b6ce7814f10ac4e166 100644 --- a/app/views/projects/labels/_label.html.haml +++ b/app/views/projects/labels/_label.html.haml @@ -2,6 +2,10 @@ = render "shared/label_row", label: label .pull-right + %strong.append-right-20 + = link_to_label(label, type: :merge_request) do + = pluralize label.open_merge_requests_count, 'open merge request' + %strong.append-right-20 = link_to_label(label) do = pluralize label.open_issues_count, 'open issue'