[WebProfilerBundle] Fix sub request link

This commit is contained in:
Roland Franssen 2018-02-05 09:49:20 +01:00 committed by Fabien Potencier
parent d068954458
commit 8f0e47f636

View File

@ -271,9 +271,7 @@
<div class="tab-content">
{% for child in profile.children %}
<h3>
<a href="{{ path('_profiler', { token: child.token }) }}">
{{ helper.set_handler(child.getcollector('request').controller) }}
</a>
{{ helper.set_handler(child.getcollector('request').controller) }}
<small>(token = <a href="{{ path('_profiler', { token: child.token }) }}">{{ child.token }}</a>)</small>
</h3>