summaryrefslogtreecommitdiff
path: root/app/views/shared/_labels_row.html.haml
blob: 21b37a7c9ae0a0fbce6c2dfccd1375132c65e5b3 (plain)
1
2
3
4
5
- labels.each do |label|
  %span.label-row.btn-group{ role: "group", aria: { label: label.name }, style: "color: #{text_color_for_bg(label.color)}" }
    = link_to_label(label, subject: @project, css_class: 'btn btn-transparent')
    %button.btn.btn-transparent.label-remove.js-label-filter-remove{ type: "button", style: "background-color: #{label.color};", data: { label: label.title } }
      = icon("times")