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

10 lines
192 B
Plaintext
Raw Normal View History

2012-08-24 12:05:40 +02:00
%li.wll
%strong
%i.icon-tag
= label.name
2012-08-24 12:05:40 +02:00
.right
= link_to project_issues_path(label_name: label.name) do
%strong
= pluralize(label.count, 'issue')
= "»"