File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
</div >
66
66
{% for child in collector.childrenStacks (stack ) %}
67
67
<div class =" httplug-stack" >
68
- {% include ' HttplugBundle:: stack.html.twig' with {
68
+ {% include ' @Httplug/ stack.html.twig' with {
69
69
' collector' : collector ,
70
70
' client' : client ,
71
71
' stack' : child ,
Original file line number Diff line number Diff line change 41
41
</div >
42
42
{% endset %}
43
43
44
- {% include ' WebProfilerBundle: Profiler: toolbar_item.html.twig' with { ' link' : profiler_url , ' status' : collector .failedStacks |length ? ' red' : ' ' } %}
44
+ {% include ' @WebProfiler/ Profiler/ toolbar_item.html.twig' with { ' link' : profiler_url , ' status' : collector .failedStacks |length ? ' red' : ' ' } %}
45
45
{% endif %}
46
46
{% endblock %}
47
47
80
80
81
81
{% for stack in collector.clientStacks (client ) if not stack .parent %}
82
82
<div class =" httplug-stack" >
83
- {% include ' HttplugBundle:: stack.html.twig' with {
83
+ {% include ' @Httplug/ stack.html.twig' with {
84
84
' collector' : collector ,
85
85
' client' : client ,
86
86
' stack' : stack ,
You can’t perform that action at this time.
0 commit comments