Show points value

stable
David Barragán Merino 2014-07-25 13:44:00 +02:00
parent ab9f381b98
commit 95a9fb9724
1 changed files with 3 additions and 3 deletions

View File

@ -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",