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 6565</div >
6666{% for child in collector.childrenStacks (stack ) %}
6767 <div class =" httplug-stack" >
68- {% include ' HttplugBundle:: stack.html.twig' with {
68+ {% include ' @Httplug/ stack.html.twig' with {
6969 ' collector' : collector ,
7070 ' client' : client ,
7171 ' stack' : child ,
Original file line number Diff line number Diff line change 4141 </div >
4242 {% endset %}
4343
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' : ' ' } %}
4545 {% endif %}
4646{% endblock %}
4747
8080
8181 {% for stack in collector.clientStacks (client ) if not stack .parent %}
8282 <div class =" httplug-stack" >
83- {% include ' HttplugBundle:: stack.html.twig' with {
83+ {% include ' @Httplug/ stack.html.twig' with {
8484 ' collector' : collector ,
8585 ' client' : client ,
8686 ' stack' : stack ,
You can’t perform that action at this time.
0 commit comments