fix debug toolbar rendering by removing inadvertently added links

This commit is contained in:
Christian Raue 2016-03-01 17:26:04 +01:00
parent 2a811427c0
commit a0ddfc4246

View File

@ -1,4 +1,4 @@
{% if link|default(true) %}
{% if link is not defined or link %}
{% set icon %}
<a href="{{ path('_profiler', { 'token': token, 'panel': name }) }}">{{ icon }}</a>
{% endset %}