Thomas Rabaix 11 년 전
부모
커밋
9b4188814d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 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="sonata-ba-list span10">
                 {{ _list_table|raw }}