Skip to content

Commit 46d1eae

Browse files
committed
minor #1085 Update layout.html.twig (Yohann76)
This PR was merged into the master branch. Discussion ---------- Update layout.html.twig change block order Commits ------- 9b63c0d Update layout.html.twig
2 parents e54fd8c + 9b63c0d commit 46d1eae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/admin/layout.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
{{ encore_entry_link_tags('admin') }}
1313
{% endblock %}
1414

15-
{% block javascripts %}
16-
{{ parent() }}
17-
{{ encore_entry_script_tags('admin') }}
18-
{% endblock %}
19-
2015
{% block header_navigation_links %}
2116
<li>
2217
<a href="{{ path('admin_post_index') }}">
@@ -29,3 +24,8 @@
2924
</a>
3025
</li>
3126
{% endblock %}
27+
28+
{% block javascripts %}
29+
{{ parent() }}
30+
{{ encore_entry_script_tags('admin') }}
31+
{% endblock %}

0 commit comments

Comments
 (0)