Skip to content

Commit 7bfede7

Browse files
committed
Allowed using table.html.twig in Twig's embed
1 parent e5e6538 commit 7bfede7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle/Resources/views/themes/admin/ui/component/table/table.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
{% endblock %}
6363
</thead>
6464
<tbody
65-
class="ibexa-table__body
65+
class="ibexa-table__body
6666
{{ table_body_class|default('') -}}"
67-
{{ html.attributes(table_body_attr|default({})) }}
67+
{{ html.attributes(table_body_attr|default({})) }}
6868
>
6969
{% block tbody %}
7070

0 commit comments

Comments
 (0)