10000 [WebProfilerBundle] Tweak default route name · RunOpenCode/symfony@5c4566c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c4566c

Browse files
committed
[WebProfilerBundle] Tweak default route name
1 parent b97e9a9 commit 5c4566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<div class="sf-toolbar-info-piece">
6060
<b>Route name</b>
61-
<span>{{ collector.route|default('NONE') }}</span>
61+
<span>{{ collector.route|default('n/a') }}</span>
6262
</div>
6363

6464
<div class="sf-toolbar-info-piece">

0 commit comments

Comments
 (0)
0