Bläddra i källkod

Fixes typo introduced in 95d9d6c. Closes #3684

ju1ius 9 år sedan
förälder
incheckning
19c86e0c22
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Resources/views/CRUD/base_show.html.twig

+ 1 - 1
Resources/views/CRUD/base_show.html.twig

@@ -11,7 +11,7 @@ file that was distributed with this source code.
 
 
 {% extends base_template %}
 {% extends base_template %}
 
 
-{% import "@Admin/CRUD/base_show_macro.html.twig" as show_helper %}
+{% import 'SonataAdminBundle:CRUD:base_show_macro.html.twig' as show_helper %}
 
 
 {% block actions %}
 {% block actions %}
     {% include 'SonataAdminBundle:CRUD:action_buttons.html.twig' %}
     {% include 'SonataAdminBundle:CRUD:action_buttons.html.twig' %}