Remove unused partial

This commit is contained in:
Heinrich Lee Yu 2018-11-19 18:53:43 +08:00
parent 08ddb655ef
commit 0a3745a302
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
- 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")