소스 검색

Add sonata-ba-list class (fixes regression)

Emmanuel Vella 10 년 전
부모
커밋
ce835e2e4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

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

@@ -37,7 +37,7 @@ file that was distributed with this source code.
 
                 {% set batchactions = admin.batchactions %}
                 {% if admin.datagrid.results|length > 0 %}
-                    <table class="table table-bordered table-striped">
+                    <table class="table table-bordered table-striped sonata-ba-list">
                         {% block table_header %}
                             <thead>
                                 <tr class="sonata-ba-list-field-header">