mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -90,7 +90,7 @@ class TimelineActivityProvider implements TimelineProviderInterface
|
||||
$this->checkContext($context);
|
||||
|
||||
return [
|
||||
'template' => 'ChillActivityBundle:Timeline:activity_person_context.html.twig',
|
||||
'template' => '@ChillActivity/Timeline/activity_person_context.html.twig',
|
||||
'template_data' => [
|
||||
'activity' => $entity,
|
||||
'context' => $context,
|
||||
|
Reference in New Issue
Block a user