From 5fef4048a4d5be45e87a7c5eb016a1956c009d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 1 Feb 2022 22:36:26 +0100 Subject: [PATCH] use renderbox in activity list recent --- .../Resources/views/Activity/list_recent.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig index e8be2c49e..e4184da36 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig @@ -13,7 +13,7 @@

{{ activity.date|format_date('short') }}

{%- endif -%} - {{ activity.type.name | localize_translatable_string }} + {{ activity.type.name|localize_translatable_string }} {% if activity.emergency %} {{ 'Emergency'|trans|upper }} @@ -41,7 +41,7 @@ {% if activity.user and t.userVisible %}
  • {{ 'Referrer'|trans ~ ': ' }} - {{ activity.user.usernameCanonical }} + {{ activity.user|chill_entity_render_box}}
  • {% endif %}