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 d068954 commit 8f0e47fCopy full SHA for 8f0e47f
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig
@@ -271,9 +271,7 @@
271
<div class="tab-content">
272
{% for child in profile.children %}
273
<h3>
274
- <a href="{{ path('_profiler', { token: child.token }) }}">
275
- {{ helper.set_handler(child.getcollector('request').controller) }}
276
- </a>
+ {{ helper.set_handler(child.getcollector('request').controller) }}
277
<small>(token = <a href="{{ path('_profiler', { token: child.token }) }}">{{ child.token }}</a>)</small>
278
</h3>
279
0 commit comments