Просмотр исходного кода

Add sonata-ba-list class (fixes regression)

Emmanuel Vella 10 лет назад
Родитель
Сommit
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">