From d108d42bf0d81267e0a221a41f005a7e80207eb7 Mon Sep 17 00:00:00 2001 From: Viktoras Karcikovas <45361674+Karcikovas@users.noreply.github.com> Date: Fri, 9 Aug 2019 13:17:25 +0300 Subject: [PATCH] Update for Index.html.twig Fixing path --- src/Resources/views/Crud/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/views/Crud/index.html.twig b/src/Resources/views/Crud/index.html.twig index 20321a5..1da2739 100644 --- a/src/Resources/views/Crud/index.html.twig +++ b/src/Resources/views/Crud/index.html.twig @@ -8,6 +8,6 @@ {% block title %}{{ parent() }} {{ header|trans }}{% endblock %} {% block content %} -{% include 'PlatformAdminBundle:Crud/Index:_header.html.twig' %} +{% include '@PlatformAdmin/Crud/Index/_header.html.twig' %} {% include '@PlatformAdmin/Crud/Index/_content.html.twig' %} {% endblock %}