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 280a725 commit 9be0ea3Copy full SHA for 9be0ea3
Resources/views/Profiler/dump.html.twig
@@ -3,7 +3,7 @@
3
{% block toolbar %}
4
{% if collector.dumpsCount %}
5
{% set icon %}
6
- {{ include('@Debug/Profiler/icon.svg') }}
+ {{ source('@Debug/Profiler/icon.svg') }}
7
<span class="sf-toolbar-value">{{ collector.dumpsCount }}</span>
8
{% endset %}
9
@@ -35,7 +35,7 @@
35
36
{% block menu %}
37
<span class="label {{ collector.dumpsCount == 0 ? 'disabled' }}">
38
- <span class="icon">{{ include('@Debug/Profiler/icon.svg') }}</span>
+ <span class="icon">{{ source('@Debug/Profiler/icon.svg') }}</span>
39
<strong>Debug</strong>
40
</span>
41
{% endblock %}
0 commit comments