summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-08-07 15:23:54 -0600
committerRegis <boudinot.regis@yahoo.com>2017-08-07 15:23:54 -0600
commit88053b97dfe49acdb8a53189a25365189dea855c (patch)
tree42b7fed9447aefd01ae72faa4459f2b655ff8e2f /app/views
parent6c774d9a3a17216d2fc99e06b70b3433642fed07 (diff)
downloadgitlab-ce-24685_view_self.tar.gz
modify tests to see more than one element since we render the label itself now24685_view_self
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/boards/components/_board.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/boards/components/_board.html.haml b/app/views/projects/boards/components/_board.html.haml
index f011e2622fa..012e6fa5838 100644
--- a/app/views/projects/boards/components/_board.html.haml
+++ b/app/views/projects/boards/components/_board.html.haml
@@ -16,7 +16,7 @@
":title" => '(list.label ? list.label.description : "")',
data: { container: "body", placement: "bottom" },
class: "label color-label title",
- ":style" => "{ backgroundColor: (list.label && list.label.color ? list.label.color : null), color: (list.label && list.label.color ? \"$gl-white\" : \"#2e2e2e\"), fontWeight: 600, fontSize: \"1em\" }" }
+ ":style" => "{ backgroundColor: (list.label && list.label.color ? list.label.color : null), color: (list.label && list.label.color ? list.label.text_color : \"#2e2e2e\"), fontWeight: 600, fontSize: \"1em\" }" }
{{ list.title }}
.issue-count-badge.pull-right.clearfix{ "v-if" => 'list.type !== "blank"' }
%span.issue-count-badge-count.pull-left{ ":class" => '{ "has-btn": list.type !== "closed" && !disabled }' }