diff --git a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/list.html.twig index e9e9cd553..1d480614f 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/list.html.twig @@ -33,7 +33,7 @@ {% if resource.person is not null %} {{ resource.person|chill_entity_render_box({ 'render': 'bloc', - 'addLink': false, + 'addLink': true, 'addInfo': true, 'addAge': true }) }} @@ -41,7 +41,7 @@ {{ resource.thirdparty|chill_entity_render_box({ 'render': 'bloc', 'showContacts': false, - 'addLink': false, + 'addLink': true, 'isConfidential': (resource.thirdparty.contactDataAnonymous ? true : false) }) }} {% else %} @@ -61,17 +61,6 @@