@@ -11,9 +11,9 @@ file that was distributed with this source code.
{% extends base_template %}
-{% block actions %}
+{%- block actions -%}
{% include 'SonataAdminBundle:CRUD:action_buttons.html.twig' %}
-{% endblock %}
+{%- endblock -%}
{% block tab_menu %}
{% if action is defined %}
{% import 'SonataAdminBundle:CRUD:base_acl_macro.html.twig' as acl %}
@@ -23,9 +23,9 @@ file that was distributed with this source code.
{{ block('title') }}
{% endblock %}
{% block tab_menu %}{{ knp_menu_render(admin.sidemenu(action), {'currentClass' : 'active', 'template': sonata_admin.adminPool.getTemplate('tab_menu_template')}, 'twig') }}{% endblock %}
{% block content %}
@@ -13,9 +13,9 @@ file that was distributed with this source code.
{% import 'SonataAdminBundle:CRUD:base_show_macro.html.twig' as show_helper %}
{{ knp_menu_render(admin.sidemenu(action), {