瀏覽代碼

Fix extra div

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 %}