Remove unused partial
This commit is contained in:
parent
08ddb655ef
commit
0a3745a302
1 changed files with 0 additions and 5 deletions
|
@ -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")
|
Loading…
Reference in a new issue