Skip to content

Commit 0645428

Browse files
committed
stop icon from linking
1 parent 5205a3b commit 0645428

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
<div class="sf-toolbar-ajax-request-list"></div>
1414
</div>
1515
{% endset %}
16-
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
16+
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': false } %}
1717
{% endblock %}

0 commit comments

Comments
 (0)