8000
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.
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig
@@ -434,7 +434,7 @@
434
{% if data.children is not empty %}
435
<ul id="{{ data.id }}-children"{% if not expanded %} class="hidden"{% endif %}>
436
{% for childName, childData in data.children %}
437
- {{ _self.form_tree_entry(childName, childData, false) }}
+ {{ form_tree_entry(childName, childData, false) }}
438
{% endfor %}
439
</ul>
440
{% endif %}
@@ -673,6 +673,6 @@
673
</div>
674
675
676
- {{ _self.form_tree_details(childName, childData, forms_by_hash) }}
+ {{ form_tree_details(childName, childData, forms_by_hash) }}
677
678
{% endmacro %}
0 commit comments