Skip to content

Commit 6936408

Browse files
committed
Merge remote-tracking branch 'origin/4.6'
2 parents ef49b13 + b296fc5 commit 6936408

File tree

1 file changed

+6
-0
lines changed
  • src/bundle/Resources/views/themes/admin/content/tab/versions

1 file changed

+6
-0
lines changed

src/bundle/Resources/views/themes/admin/content/tab/versions/table.html.twig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
{% set have_actions = (is_draft or is_archived) or custom_actions %}
88

99
<div class="ibexa-scrollable-wrapper">
10+
{{ ibexa_twig_component_group('admin-ui-versions-table-before', {
11+
is_draft: is_draft,
12+
is_archived: is_archived,
13+
is_draft_conflict: is_draft_conflict,
14+
}) }}
15+
1016
<table class="ibexa-table table ibexa-table--draft-conflict {{ (is_draft and have_to_paginate ? 'mb-3' : '') }}">
1117
<thead>
1218
<tr class="ibexa-table__head-row">

0 commit comments

Comments
 (0)