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

6 lines
232 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
= link_to_label(label, tooltip: true)
%button.btn.btn-sm.btn-transparent.append-right-5.js-label-filter-remove{ type: "button", data: { label: label.title } }
= icon("times")