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.
1 parent 2794ebb commit 457c863Copy full SHA for 457c863
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/mailer.html.twig
@@ -67,7 +67,7 @@
67
{% block menu %}
68
{% set events = collector.events %}
69
70
- <span class="label {{ events.messages|empty ? 'disabled' }}">
+ <span class="label {{ events.messages is empty ? 'disabled' }}">
71
<span class="icon">{{ include('@WebProfiler/Icon/mailer.svg') }}</span>
72
73
<strong>E-mails</strong>
0 commit comments