[skip ci] Fix label headers for issue boards, rename to badge

This commit is contained in:
Clement Ho 2018-04-13 15:28:47 -05:00
parent 94a72ecf5f
commit 6e82c9208d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
%span.has-tooltip{ "v-if": "list.type === \"label\"",
":title" => '(list.label ? list.label.description : "")',
data: { container: "body", placement: "bottom" },
class: "label color-label title board-title-text",
class: "badge color-label title board-title-text",
":style" => "{ backgroundColor: (list.label && list.label.color ? list.label.color : null), color: (list.label && list.label.color ? list.label.text_color : \"#2e2e2e\") }" }
{{ list.title }}
- if can?(current_user, :admin_list, current_board_parent)