Browse Source

Revert "Fix for show tabs when embedded as sonata_type_admin"

Oskar Stark 9 years ago
parent
commit
1eab6b7a06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/CRUD/base_edit_form_macro.html.twig

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

@@ -39,5 +39,5 @@
             </div>
         </div>
     {% endfor %}
-    {% if has_tab %}</div>{% endif %}
+    {% if has_tab %}<div class="row">{% endif %}
 {% endmacro %}