Skip to content

Commit 66b9525

Browse files
bobvandevijvertobias-93
authored andcommitted
Fix layout templates
1 parent 4a88575 commit 66b9525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/Sidebar/layout.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{% block sidebar_profile %}
33
{% if app.user %}
44
{% block sidebar_profile_authenticated %}
5-
{% include "AdmingeneratorGeneratorBundle:Sidebar:authenticated.html.twig" %}
5+
{% include "@AdmingeneratorGenerator/Sidebar/authenticated.html.twig" %}
66
{% endblock sidebar_profile_authenticated %}
77
{% else %}
88
{% block sidebar_profile_not_authenticated %}
9-
{% include "AdmingeneratorGeneratorBundle:Sidebar:not_authenticated.html.twig" %}
9+
{% include "@AdmingeneratorGenerator/Sidebar/not_authenticated.html.twig" %}
1010
{% endblock sidebar_profile_not_authenticated %}
1111
{% endif %}
1212
{% endblock sidebar_profile %}

0 commit comments

Comments
 (0)