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.
1 parent 4a88575 commit 66b9525Copy full SHA for 66b9525
Resources/views/Sidebar/layout.html.twig
@@ -2,11 +2,11 @@
2
{% block sidebar_profile %}
3
{% if app.user %}
4
{% block sidebar_profile_authenticated %}
5
- {% include "AdmingeneratorGeneratorBundle:Sidebar:authenticated.html.twig" %}
+ {% include "@AdmingeneratorGenerator/Sidebar/authenticated.html.twig" %}
6
{% endblock sidebar_profile_authenticated %}
7
{% else %}
8
{% block sidebar_profile_not_authenticated %}
9
- {% include "AdmingeneratorGeneratorBundle:Sidebar:not_authenticated.html.twig" %}
+ {% include "@AdmingeneratorGenerator/Sidebar/not_authenticated.html.twig" %}
10
{% endblock sidebar_profile_not_authenticated %}
11
{% endif %}
12
{% endblock sidebar_profile %}
0 commit comments