From 025736124ddf7470ff16c186f05fb57ba26d9d3e Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Fri, 28 Oct 2016 10:41:00 +0200 Subject: [PATCH] Fix check if labels are displayed on cards --- templates/part.board.mainView.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 92309c595..998c09e39 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -23,7 +23,7 @@
+ style="">

{{ s.title }}
+ ng-class="{'archived': c.archived, 'has-labels': c.labels.length>0 }">

{{ c.title }}