Skip to content

Commit c388b25

Browse files
committed
[WebProfilerBundle] Added missing link to profile token
1 parent e48617b commit c388b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<a href="{{ path('_profiler', { token: child.token }) }}">
275275
{{ helper.set_handler(child.getcollector('request').controller) }}
276276
</a>
277-
<small>(token = {{ child.token }})</small>
277+
<small>(token = <a href="{{ path('_profiler', { token: child.token }) }}">{{ child.token }}</a>)</small>
278278
</h3>
279279

280280
{{ include('@WebProfiler/Profiler/bag.html.twig', { bag: child.getcollector('request').requestattributes }, with_context = false) }}

0 commit comments

Comments
 (0)