Skip to content

Commit 82e58ac

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fix debug toolbar rendering by removing inadvertently added links simplified code Allow variadic controller parameters to be resolved.
2 parents 13df2ea + e2926c9 commit 82e58ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/toolbar_item.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if link|default(true) %}
1+
{% if link is not defined or link %}
22
{% set icon %}
33
<a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
44
{% endset %}

0 commit comments

Comments
 (0)