mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
10 lines
193 B
Plaintext
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')
|
|
= "»"
|