We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef49b13 + b296fc5 commit 6936408Copy full SHA for 6936408
src/bundle/Resources/views/themes/admin/content/tab/versions/table.html.twig
@@ -7,6 +7,12 @@
7
{% set have_actions = (is_draft or is_archived) or custom_actions %}
8
9
<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
+
16
<table class="ibexa-table table ibexa-table--draft-conflict {{ (is_draft and have_to_paginate ? 'mb-3' : '') }}">
17
<thead>
18
<tr class="ibexa-table__head-row">
0 commit comments