File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
src/bundle/Resources/views/themes/admin/system_info Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 5
5
{% block body_class %}ibexa-info-view ibexa-has-full-width-footer{% endblock %}
6
6
7
7
{% 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
+ ]} %}
14
12
{% endblock %}
15
13
16
14
{% 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
+ } %}
22
18
{% endblock %}
23
19
24
20
{% block content %}
You can’t perform that action at this time.
0 commit comments