We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98f86c0 + 12d447d commit 1dfb8d2Copy full SHA for 1dfb8d2
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
@@ -437,7 +437,7 @@
437
<div class="toggle-icon empty"></div>
438
{% endif %}
439
440
- {{ name|default('(no name)') }} {% if data.type_class is defined and data.type is defined %}[<abbr title="{{ data.type_class }}">{{ data.type }}</abbr>]{% endif %}
+ {{ name|default('(no name)') }} {% if data.type_class is defined %}[<abbr title="{{ data.type_class }}">{{ data.type_class|split('\\')|last }}</abbr>]{% endif %}
441
442
{% if data.errors is defined and data.errors|length > 0 %}
443
<div class="badge-error">{{ data.errors|length }}</div>
0 commit comments