Show points value
parent
ab9f381b98
commit
95a9fb9724
|
@ -15,9 +15,9 @@ div.taskboard-table
|
||||||
h3.us-title
|
h3.us-title
|
||||||
span.us-ref(tg-bo-ref="us.ref")
|
span.us-ref(tg-bo-ref="us.ref")
|
||||||
span(ng-bind="us.subject")
|
span(ng-bind="us.subject")
|
||||||
p.points-value 20 points
|
p.points-value
|
||||||
a.icon.icon-plus(href="", title="Add New task")
|
span(ng-bind="us.total_points")
|
||||||
a.icon.icon-bulk(href="", title="Add New bulk")
|
span points
|
||||||
|
|
||||||
div.taskboard-tasks-box.task-column(ng-repeat="st in taskStatusList track by st.id", tg-taskboard-sortable)
|
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",
|
div.taskboard-task(ng-repeat="task in usTasks[us.id][st.id] track by task.id",
|
||||||
|
|
Loading…
Reference in New Issue