Thomas Rabaix 12 роки тому
батько
коміт
2f3da3e290
1 змінених файлів з 2 додано та 3 видалено
  1. 2 3
      Resources/views/CRUD/base_acl.html.twig

+ 2 - 3
Resources/views/CRUD/base_acl.html.twig

@@ -13,7 +13,6 @@ file that was distributed with this source code.
 
 {% block actions %}
     <div class="sonata-actions btn-group">
-        <div class="sonata-actions btn-group">
         {% include 'SonataAdminBundle:Button:edit_button.html.twig' %}
         {% include 'SonataAdminBundle:Button:history_button.html.twig' %}
         {% include 'SonataAdminBundle:Button:show_button.html.twig' %}
@@ -32,7 +31,7 @@ file that was distributed with this source code.
                 {{ form_errors(form) }}
             </div>
         {% endif %}
-        
+
         <table class="table">
             <thead>
                 <tr>
@@ -53,7 +52,7 @@ file that was distributed with this source code.
             {% endfor %}
             </tbody>
         </table>
-        
+
         {{ form_rest(form) }}
 
         {% block formactions %}