Skip to content

Commit f224d8c

Browse files
committed
[Backend] fixed unused css/admin.css.
1 parent 5ad7aed commit f224d8c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/Resources/views/admin/layout.html.twig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{% extends 'base.html.twig' %}
22

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-
113
{% block header_navigation_links %}
124
<li>
135
<a href="{{ path('admin_post_index') }}">

0 commit comments

Comments
 (0)