Skip to content

Commit e2926c9

Browse files
committed
fix debug toolbar rendering by removing inadvertently added links
1 parent f10672a commit e2926c9

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)