Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 23:28:47 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 23:28:47 +0300
commit6e82c9208d25d74720ace2f16fc90fdc8d611e5d (patch)
tree91cfc49e66557838c075cfdefa08a5c95463936e /app
parent94a72ecf5f0d6e07cc5d77fbcce98d97450394d4 (diff)
[skip ci] Fix label headers for issue boards, rename to badge
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/boards/components/_board.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/boards/components/_board.html.haml b/app/views/shared/boards/components/_board.html.haml
index e8f59460d79..9bde80f4b51 100644
--- a/app/views/shared/boards/components/_board.html.haml
+++ b/app/views/shared/boards/components/_board.html.haml
@@ -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)