8000 minor #26212 [WebProfilerBundle] Tweak default route name (ro0NL) · symfony/symfony@fcca141 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcca141

Browse files
committed
minor #26212 [WebProfilerBundle] Tweak default route name (ro0NL)
This PR was merged into the 3.4 branch. Discussion ---------- [WebProfilerBundle] Tweak default route name | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes-ish | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes/no | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> Use `n/a` instead of `NONE` which is consistent and less loud. ![image](https://user-images.githubusercontent.com/1047696/36351462-ae2da6ca-14aa-11e8-860c-6c583d721f3a.png) Commits ------- 5c4566c [WebProfilerBundle] Tweak default route name
2 parents b97e9a9 + 5c4566c commit fcca141

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