Show color of us status

stable
David Barragán Merino 2014-07-25 13:41:36 +02:00
parent df92071ada
commit 7dba47a90c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
div.kanban-table
div.kanban-table-header
div.kanban-table-inner
h2.task-colum_name(ng-repeat="s in usStatusList track by s.id")
h2.task-colum_name(ng-repeat="s in usStatusList track by s.id",
ng-style="{'border-top-color':s.color}")
span(tg-bo-html="s.name")
a.icon.icon-plus(href="", title="Add New task", ng-click="ctrl.addNewUs('standard', s.id)")
a.icon.icon-bulk(href="", title="Add New bulk")