summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-08-07 14:46:45 -0600
committerRegis <boudinot.regis@yahoo.com>2017-08-07 14:46:45 -0600
commit6c774d9a3a17216d2fc99e06b70b3433642fed07 (patch)
tree574d659e80dae5fd817bf9e412437913c3ded02f
parent5489c5c4d972d446128601324602a86c41d25a32 (diff)
downloadgitlab-ce-6c774d9a3a17216d2fc99e06b70b3433642fed07.tar.gz
fix haml lint
-rw-r--r--app/views/projects/boards/components/_board.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/boards/components/_board.html.haml b/app/views/projects/boards/components/_board.html.haml
index 2bcd2c3f30a..f011e2622fa 100644
--- a/app/views/projects/boards/components/_board.html.haml
+++ b/app/views/projects/boards/components/_board.html.haml
@@ -6,13 +6,13 @@
%i.fa.fa-fw.board-title-expandable-toggle{ "v-if": "list.isExpandable",
":class": "{ \"fa-caret-down\": list.isExpanded, \"fa-caret-right\": !list.isExpanded && list.position === -1, \"fa-caret-left\": !list.isExpanded && list.position !== -1 }",
"aria-hidden": "true" }
-
+
%span.has-tooltip{ "v-if": "!list.label",
":title" => '(list.label ? list.label.description : "")',
data: { container: "body", placement: "bottom" } }
{{ list.title }}
- %span.has-tooltip{ "v-if": "list.label",
+ %span.has-tooltip{ "v-if": "list.label",
":title" => '(list.label ? list.label.description : "")',
data: { container: "body", placement: "bottom" },
class: "label color-label title",