Skip to content

Commit

Permalink
minor #1085 Update layout.html.twig (Yohann76)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Update layout.html.twig

change block order

Commits
-------

9b63c0d Update layout.html.twig
  • Loading branch information
javiereguiluz committed Mar 6, 2020
2 parents e54fd8c + 9b63c0d commit 46d1eae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/admin/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
{{ encore_entry_link_tags('admin') }}
{% endblock %}

{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('admin') }}
{% endblock %}

{% block header_navigation_links %}
<li>
<a href="{{ path('admin_post_index') }}">
Expand All @@ -29,3 +24,8 @@
</a>
</li>
{% endblock %}

{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('admin') }}
{% endblock %}

0 comments on commit 46d1eae

Please sign in to comment.