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

_label_row.html.haml « labels « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84c5c44ddcbcee4dc4f200b66f0c0ebf71b17e5c (plain)
1
2
3
4
5
6
%span.label-row
  %span.label-name
    = render_colored_label(label, tooltip: false)
  - if label.description
    %span.label-description
      = markdown(label.description, pipeline: :single_line)