Ver código fonte

Fix wrong div tag

Paweł Smok 9 anos atrás
pai
commit
09c8a6b050

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

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