浏览代码

Merge pull request #3685 from ju1ius/patch-1

Fixes typo introduced in 95d9d6c. Closes #3684
Christian Gripp 9 年之前
父节点
当前提交
4f36f433ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 %}
 
-{% import "@Admin/CRUD/base_show_macro.html.twig" as show_helper %}
+{% import 'SonataAdminBundle:CRUD:base_show_macro.html.twig' as show_helper %}
 
 {% block actions %}
     {% include 'SonataAdminBundle:CRUD:action_buttons.html.twig' %}