Skip to content

Commit 4285e5b

Browse files
committed
bug #39 [Backend] remove unused admin.css. (aitboudad)
This PR was merged into the master branch. Discussion ---------- [Backend] remove unused admin.css. Commits ------- f224d8c [Backend] fixed unused css/admin.css.
2 parents 4745b07 + f224d8c commit 4285e5b

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)