diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig index 7b46ffb67..bb4c6fd16 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/_list_item.html.twig @@ -34,8 +34,8 @@
- {{ activity.location.locationType.title|localize_translatable_string }} {{ activity.location.name }} + ({{ activity.location.locationType.title|localize_translatable_string }})
- {{ activity.user.usernameCanonical|chill_entity_render_string|capitalize }} + {{ activity.user|chill_entity_render_string|capitalize }}
- {{ entity.location.locationType.title|localize_translatable_string }} {{ entity.location.name }} + ({{ entity.location.locationType.title|localize_translatable_string }})