Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% form_theme form_languages_delete '@ibexadesign/ui/form_fields.html.twig' %}

<section class="container ibexa-container">
<section>
{% set body_rows = [] %}
{% for language in pager.currentPageResults %}
{% set body_row_cols = [] %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
</div>
{% elseif tabs|length == 1 %}
{% set single_tab = tabs|first %}
{{ single_tab.content|default('')|raw }}
<div class="container ibexa-container">
Comment thread
alekmick marked this conversation as resolved.
{{ single_tab.content|default('')|raw }}
</div>
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}) %}
{% include '@ibexadesign/ui/component/tab/tabs.html.twig' with {
tabs: tabs_to_show,
hide_toggler: true,
} %}

{% block javascripts %}
Expand Down
Loading