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 4a0382b + 584b5c0 commit 3cd1c9cCopy full SHA for 3cd1c9c
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
@@ -12,12 +12,12 @@
12
{% set status_color = "yellow" %}
13
{% endif %}
14
{% set error_count = collector.counterrors + collector.countdeprecations + collector.countscreams %}
15
- <span class="sf-toolbar-status{% if status_color is defined %}} sf-toolbar-status-{{ status_color }}{% endif %}">{{ error_count }}</span>
+ <span class="sf-toolbar-status{% if status_color is defined %} sf-toolbar-status-{{ status_color }}{% endif %}">{{ error_count }}</span>
16
{% endset %}
17
{% set text %}
18
{% if collector.counterrors %}
19
<div class="sf-toolbar-info-piece">
20
- <b>Exception</b>
+ <b>Errors</b>
21
<span class="sf-toolbar-status sf-toolbar-status-red">{{ collector.counterrors }}</span>
22
</div>
23
0 commit comments