mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +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.title }}</td>
|
||||||
<td>{{ task.type }}</td>
|
<td>{{ task.type }}</td>
|
||||||
{% if person is null %}
|
{% 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 %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{% for place in workflow_marked_places(task) %}
|
{% for place in workflow_marked_places(task) %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user