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.
2 parents 13df2ea + e2926c9 commit 82e58acCopy full SHA for 82e58ac
Resources/views/Profiler/toolbar_item.html.twig
@@ -1,4 +1,4 @@
1
-{% if link|default(true) %}
+{% if link is not defined or link %}
2
{% set icon %}
3
<a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
4
{% endset %}
0 commit comments