Skip to content

Commit 9612472

Browse files
committed
[WebProfilerBundle] fixed usage of non-Twig paths in the cache panel
1 parent 84a5483 commit 9612472

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/cache.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
1+
{% extends '@WebProfiler/Profiler/layout.html.twig' %}
22

33
{% block toolbar %}
44
{% if collector.totals.calls > 0 %}
@@ -29,7 +29,7 @@
2929
<span>{{ collector.totals.writes }}</span>
3030
</div>
3131
{% endset %}
32-
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
32+
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
3333
{% endif %}
3434
{% endblock %}
3535

0 commit comments

Comments
 (0)