add links to person name in the table

This commit is contained in:
nobohan 2018-05-02 09:38:50 +02:00
parent cf2e781366
commit f230d661d4

View File

@ -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) %}