Skip to content

Commit 599b888

Browse files
bug symfony#58762 [WebProfilerBundle] re-add missing profiler shortcuts on profiler homepage (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [WebProfilerBundle] re-add missing profiler shortcuts on profiler homepage | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#58693 | License | MIT Commits ------- 917798b re-add missing profiler shortcuts on profiler homepage
2 parents aee645a + 917798b commit 599b888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
{% block sidebar_search_css_class %}{% endblock %}
3838
{% block sidebar_shortcuts_links %}
39+
{{ parent() }}
3940
{{ render(controller('web_profiler.controller.profiler::searchBarAction', query={type: profile_type }|merge(request.query.all))) }}
4041
{% endblock %}
4142

0 commit comments

Comments
 (0)