Skip to content

Commit 19d62fb

Browse files
committed
Merge branch '4.1' into main
2 parents e477dd9 + 037d016 commit 19d62fb

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

src/bundle/Resources/views/themes/admin/system_info/info.html.twig

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@
55
{% block body_class %}ibexa-info-view ibexa-has-full-width-footer{% endblock %}
66

77
{% block breadcrumbs %}
8-
<div class="container">
9-
{% include '@ibexadesign/ui/breadcrumbs.html.twig' with { items: [
10-
{ value: 'breadcrumb.admin'|trans(domain='messages')|desc('Admin') },
11-
{ value: 'systeminfo'|trans|desc('System Information') }
12-
]} %}
13-
</div>
8+
{% include '@ibexadesign/ui/breadcrumbs.html.twig' with { items: [
9+
{ value: 'breadcrumb.admin'|trans(domain='messages')|desc('Admin') },
10+
{ value: 'systeminfo'|trans|desc('System Information') }
11+
]} %}
1412
{% endblock %}
1513

1614
{% block header %}
17-
<div class="container">
18-
{% include '@ibexadesign/ui/page_title.html.twig' with {
19-
title: 'systeminfo'|trans|desc('System Information'),
20-
} %}
21-
</div>
15+
{% include '@ibexadesign/ui/page_title.html.twig' with {
16+
title: 'systeminfo'|trans|desc('System Information'),
17+
} %}
2218
{% endblock %}
2319

2420
{% block content %}

0 commit comments

Comments
 (0)