Files
gitlabhq/app/views/labels/_label.html.haml
T

10 lines
193 B
Plaintext

%li
%strong
%i.icon-tag
= label.name
.pull-right
= link_to project_issues_path(label_name: label.name) do
%strong
= pluralize(label.count, 'issue')
= "»"