summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-18 13:59:09 +0100
committerPhil Hughes <me@iamphill.com>2016-08-19 15:27:18 +0100
commitbcf304b04ac4bd7e7863421f84a388ab4039b80f (patch)
tree1cd4459c6af388f10d0c5246e8e32ffc89ea3c6c /app/views/shared/issuable/_sidebar.html.haml
parent87284321ffc23fde2be175cb9ba01a5aa37071a6 (diff)
downloadgitlab-ce-bcf304b04ac4bd7e7863421f84a388ab4039b80f.tar.gz
Changed tests to use JS tests
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index bb18ef2536e..c1b50e65af5 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -109,7 +109,7 @@
- if issuable.project.labels.any?
.block.labels
- .sidebar-collapsed-icon.js-sidebar-labels-tooltip{ title: issuable_labels_tooltip(issuable.labels), data: { placement: "left", container: "body" } }
+ .sidebar-collapsed-icon.js-sidebar-labels-tooltip{ title: issuable_labels_tooltip(issuable.labels_array), data: { placement: "left", container: "body" } }
= icon('tags')
%span
= issuable.labels_array.size