From 0a3745a3028d892491ff6fc5abee1da01e455f47 Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu Date: Mon, 19 Nov 2018 18:53:43 +0800 Subject: Remove unused partial --- app/views/shared/_labels_row.html.haml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/views/shared/_labels_row.html.haml (limited to 'app/views') diff --git a/app/views/shared/_labels_row.html.haml b/app/views/shared/_labels_row.html.haml deleted file mode 100644 index 21b37a7c9ae..00000000000 --- a/app/views/shared/_labels_row.html.haml +++ /dev/null @@ -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") -- cgit v1.2.3