Thomas Rabaix 11 years ago
parent
commit
9b4188814d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/ajax_layout.html.twig

+ 1 - 1
Resources/views/ajax_layout.html.twig

@@ -18,7 +18,7 @@ file that was distributed with this source code.
     {% block list %}{% endblock %}
     {% block list %}{% endblock %}
     {% block show %}{% endblock %}
     {% block show %}{% endblock %}
 
 
-    {% if _list_table|length > 0 and _list_filters|length > 0 %}
+    {% if _list_table|length > 0 or _list_filters|length > 0 %}
         <div class="row-fluid">
         <div class="row-fluid">
             <div class="sonata-ba-list span10">
             <div class="sonata-ba-list span10">
                 {{ _list_table|raw }}
                 {{ _list_table|raw }}