From f230d661d4ffeef1861ade891361732a1456bb28 Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 2 May 2018 09:38:50 +0200 Subject: [PATCH] add links to person name in the table --- Resources/views/SingleTask/_list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/SingleTask/_list.html.twig b/Resources/views/SingleTask/_list.html.twig index f3f5dfb3f..ccbf69ee8 100644 --- a/Resources/views/SingleTask/_list.html.twig +++ b/Resources/views/SingleTask/_list.html.twig @@ -20,7 +20,7 @@ {{ task.title }} {{ task.type }} {% if person is null %} - {{ task.person }} + {{ task.person}} {% endif %} {% for place in workflow_marked_places(task) %}