We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a5483 commit 9612472Copy full SHA for 9612472
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/cache.html.twig
@@ -1,4 +1,4 @@
1
-{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
+{% extends '@WebProfiler/Profiler/layout.html.twig' %}
2
3
{% block toolbar %}
4
{% if collector.totals.calls > 0 %}
@@ -29,7 +29,7 @@
29
<span>{{ collector.totals.writes }}</span>
30
</div>
31
{% endset %}
32
- {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
+ {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
33
{% endif %}
34
{% endblock %}
35
0 commit comments