Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_label.html.haml « labels « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 027b041d58e91e8ae74c964b221394796f7151c0 (plain)
1
2
3
4
5
6
7
8
9
%li
  %strong
    %i.icon-tag
    = label.name
  .pull-right
    = link_to project_issues_path(label_name: label.name) do
      %strong
        = pluralize(label.count, 'issue')
        = "»"