Merge pull request #932 from taigaio/issue/4001/status-color-related-task
Add color to status in related tasksstable
commit
f3d93e7a0f
|
@ -29,10 +29,11 @@
|
|||
a.task-status(
|
||||
href=""
|
||||
title="{{'TASK.TITLE_SELECT_STATUS' | translate}}"
|
||||
ng-style="{'color': task.status_extra_info.color}"
|
||||
)
|
||||
span.task-status-bind
|
||||
<% if(perms.modify_task) { %>
|
||||
svg.icon.icon-arrow-down
|
||||
svg.icon.icon-arrow-down(ng-style="{'fill': task.status_extra_info.color}")
|
||||
use(xlink:href="#icon-arrow-down")
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue