Add color to status in related tasks
parent
3cf38056ec
commit
0ea798b2f3
|
@ -29,10 +29,11 @@
|
||||||
a.task-status(
|
a.task-status(
|
||||||
href=""
|
href=""
|
||||||
title="{{'TASK.TITLE_SELECT_STATUS' | translate}}"
|
title="{{'TASK.TITLE_SELECT_STATUS' | translate}}"
|
||||||
|
ng-style="{'color': task.status_extra_info.color}"
|
||||||
)
|
)
|
||||||
span.task-status-bind
|
span.task-status-bind
|
||||||
<% if(perms.modify_task) { %>
|
<% 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")
|
use(xlink:href="#icon-arrow-down")
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue