Skip to content

Commit 4c6e6eb

Browse files
committed
Re-add missing Profiler shortcuts on Profiler homepage
1 parent cefa19a commit 4c6e6eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/results.html.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
{% endblock %}
3636

3737
{% block sidebar_search_css_class %}{% endblock %}
38-
{% block sidebar_shortcuts_links %}{% endblock %}
38+
{% block sidebar_shortcuts_links %}
39+
{{ parent() }}
40+
{% endblock %}
3941

4042
{% block panel %}
4143
<div class="sf-tabs" data-processed="true">

0 commit comments

Comments
 (0)