File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% extends ' admin/layout.html.twig' %}
2
2
3
+ {#
4
+ Import macros used for displaying flash messages.
5
+ See http://twig.sensiolabs.org/doc/tags/import.html
6
+ #}
7
+ {% import ' helper/messages.html.twig' as helper %}
8
+
3
9
{% block body_id ' admin_post_edit' %}
4
10
5
11
{% block main %}
Original file line number Diff line number Diff line change 1
1
{% extends ' admin/layout.html.twig' %}
2
2
3
+ {#
4
+ Import macros used for displaying flash messages.
5
+ See http://twig.sensiolabs.org/doc/tags/import.html
6
+ #}
7
+ {% import ' helper/messages.html.twig' as helper %}
8
+
3
9
{% block body_id ' admin_post_index' %}
4
10
5
11
{% block main %}
Original file line number Diff line number Diff line change 7
7
#}
8
8
{% extends ' base.html.twig' %}
9
9
10
- {#
11
- Import macros used for displaying flash messages.
12
- See http://twig.sensiolabs.org/doc/tags/import.html
13
- #}
14
- {% import ' macro/messages.html.twig' as helper %}
15
-
16
10
{% block header_navigation_links %}
17
11
<li >
18
12
<a href =" {{ path(' admin_post_index' ) }}" >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments