From 95a9fb972422cae29d54efd09407af33c4a51523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 25 Jul 2014 13:44:00 +0200 Subject: [PATCH] Show points value --- app/partials/views/modules/taskboard-table.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/partials/views/modules/taskboard-table.jade b/app/partials/views/modules/taskboard-table.jade index dfc81366..2d184655 100644 --- a/app/partials/views/modules/taskboard-table.jade +++ b/app/partials/views/modules/taskboard-table.jade @@ -15,9 +15,9 @@ div.taskboard-table h3.us-title span.us-ref(tg-bo-ref="us.ref") span(ng-bind="us.subject") - p.points-value 20 points - a.icon.icon-plus(href="", title="Add New task") - a.icon.icon-bulk(href="", title="Add New bulk") + p.points-value + span(ng-bind="us.total_points") + span points div.taskboard-tasks-box.task-column(ng-repeat="st in taskStatusList track by st.id", tg-taskboard-sortable) div.taskboard-task(ng-repeat="task in usTasks[us.id][st.id] track by task.id",