From 8574d8e77cad228557895c2bf78f32b80671c177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 5 Aug 2014 12:44:14 +0200 Subject: [PATCH] Show us tags in the post-its of kanban --- app/partials/views/components/kanban-task.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/views/components/kanban-task.jade b/app/partials/views/components/kanban-task.jade index e1cfb80b..ea146243 100644 --- a/app/partials/views/components/kanban-task.jade +++ b/app/partials/views/components/kanban-task.jade @@ -1,5 +1,5 @@ div.kanban-tagline - a.taskboard-tag + a.taskboard-tag(ng-repeat="tag in us.tags", href="", tg-bo-title="tag") div.kanban-task-inner tg-kanban-user-avatar(model="us.assigned_to", click="ctrl.changeUsAssignedTo(us)") div.task-text