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.
1 parent 3fb5ad4 commit 1c78573Copy full SHA for 1c78573
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
@@ -420,7 +420,7 @@
420
{% else %}
421
<div class="toggle-icon empty"></div>
422
{% endif %}
423
- {{ name }}
+ {{ name }} {% if data.type is not empty %}[<abbr title="{{ data.type_class }}">{{ data.type }}</abbr>]{% endif %}
424
{% if data.errors is defined and data.errors|length > 0 %}
425
<div class="badge-error">{{ data.errors|length }}</div>
426
0 commit comments