add color to task status

This commit is contained in:
2018-10-18 21:31:02 +02:00
parent fe5f63457b
commit fe45ce5447
5 changed files with 40 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
{% endif %}
<td>
{% for place in workflow_marked_places(task) %}
<span class="">{{ place|trans }}</span>
<span class="task-status box type-{{ task.type }} place-{{ place }}">{{ place|trans }}</span>
{% endfor %}
{% if task.assignee is not null %}