From be730679c85e80eafd6321a0447cd68f379c2b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 10 Jun 2024 15:23:12 +0200 Subject: [PATCH] Update rendering of user information in AccompanyingCourse/Comment: show user at the comment's date --- .../Resources/views/AccompanyingCourse/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index 3ef4825ef..4ceadf7a1 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -99,7 +99,7 @@
{{ 'Last updated by'| trans }} - {{ accompanyingCourse.pinnedComment.updatedBy|chill_entity_render_box }} + {{ accompanyingCourse.pinnedComment.updatedBy|chill_entity_render_box({'at_date': accompanyingCourse.pinnedComment.updatedAt}) }} {{ 'on'|trans ~ ' ' }}