mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add links to person name in the table
This commit is contained in:
parent
cf2e781366
commit
f230d661d4
@ -20,7 +20,7 @@
|
||||
<td>{{ task.title }}</td>
|
||||
<td>{{ task.type }}</td>
|
||||
{% if person is null %}
|
||||
<td>{{ task.person }}</td>
|
||||
<td><a href="{{ path('chill_person_view', {person_id : task.person.Id}) }}">{{ task.person}}</a></td>
|
||||
{% endif %}
|
||||
<td>
|
||||
{% for place in workflow_marked_places(task) %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user