We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4745b07 + f224d8c commit 4285e5bCopy full SHA for 4285e5b
app/Resources/views/admin/layout.html.twig
@@ -1,13 +1,5 @@
1
{% extends 'base.html.twig' %}
2
3
-{% block stylesheets %}
4
- {# this 'parent()' function allows to maintain any stylesheet previously
5
- included from 'base.html.twig' simplifying style management #}
6
- {{ parent() }}
7
-
8
- <link rel="stylesheet" type="text/css" href="{{ asset('css/admin.css') }}">
9
-{% endblock %}
10
11
{% block header_navigation_links %}
12
<li>
13
<a href="{{ path('admin_post_index') }}">
0 commit comments