8000 [WebProfilerBundle] Fix sub request link · symfony/symfony@8f0e47f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f0e47f

Browse files
ro0NLfabpot
authored andcommitted
[WebProfilerBundle] Fix sub request link
1 parent d068954 commit 8f0e47f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,7 @@
271271
<div class="tab-content">
272272
{% for child in profile.children %}
273273
<h3>
274-
<a href="{{ path('_profiler', { token: child.token }) }}">
275-
{{ helper.set_handler(child.getcollector('request').controller) }}
276-
</a>
274+
{{ helper.set_handler(child.getcollector('request').controller) }}
277275
<small>(token = <a href="{{ path('_profiler', { token: child.token }) }}">{{ child.token }}</a>)</small>
278276
</h3>
279277

0 commit comments

Comments
 (0)
0