gitlab-org--gitlab-foss/app/views/groups/labels/_label_row.html.haml
Douglas Barbosa Alexandre 52e0c3b565 Add CRUD for Group Labels
2016-10-19 14:57:15 -02:00

6 lines
197 B
Text

%span.label-row
%span.label-name
= link_to_group_label(label, tooltip: false)
- if label.description
%span.label-description
= markdown(label.description, pipeline: :single_line)