mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -56,7 +56,7 @@ class ReportSearch extends AbstractSearch implements ContainerAwareInterface
|
||||
|
||||
public function renderResult(array $terms, $start = 0, $limit = 50, array $options = [], $format = 'html')
|
||||
{
|
||||
return $this->container->get('templating')->render('ChillReportBundle:Search:results.html.twig', [
|
||||
return $this->container->get('templating')->render('@ChillReport/Search/results.html.twig', [
|
||||
'reports' => $this->getReports($terms, $start, $limit),
|
||||
'total' => $this->count($terms),
|
||||
'pattern' => $this->recomposePattern($terms, ['date'], 'report'),
|
||||
|
Reference in New Issue
Block a user