gitlab-org--gitlab-foss/app/views/shared/_labels_row.html.haml

4 lines
86 B
Plaintext
Raw Normal View History

2016-04-19 12:22:55 -04:00
- labels.each do |label|
2016-04-14 06:16:24 -04:00
%span.label-row
2016-04-20 06:47:35 -04:00
= link_to_label(label, tooltip: false)