Browse Source

Merge pull request #2886 from EmmanuelVella/patch-20

Add sonata-ba-list class (fixes regression)
Thomas 10 years ago
parent
commit
96c490bbf2
1 changed files with 1 additions and 1 deletions
  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 %}
                 {% set batchactions = admin.batchactions %}
                 {% if admin.datagrid.results|length > 0 %}
                 {% 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 %}
                         {% block table_header %}
                             <thead>
                             <thead>
                                 <tr class="sonata-ba-list-field-header">
                                 <tr class="sonata-ba-list-field-header">