Skip to content
Snippets Groups Projects
Commit c5df14ff authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Add link to open merge requests

parent d1b22c3a
No related branches found
No related tags found
1 merge request!3057Add link to open merge requests on label index
Pipeline #
Loading
@@ -2,6 +2,10 @@
Loading
@@ -2,6 +2,10 @@
= render "shared/label_row", label: label = render "shared/label_row", label: label
   
.pull-right .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 %strong.append-right-20
= link_to_label(label) do = link_to_label(label) do
= pluralize label.open_issues_count, 'open issue' = pluralize label.open_issues_count, 'open issue'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment