Skip to content

Commit dc6e8d0

Browse files
committed
minor #38545 [Notifier][WebProfilerBundle] Add notifier profiler panel icon (jschaedl)
This PR was squashed before being merged into the 5.x branch. Discussion ---------- [Notifier][WebProfilerBundle] Add notifier profiler panel icon | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. --> relates to #36479 Commits ------- 303096e [Notifier][WebProfilerBundle] Add notifier profiler panel icon
2 parents 5baa123 + 303096e commit dc6e8d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/notifier.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% if events.messages|length %}
77
{% set icon %}
8-
{% include('@WebProfiler/Icon/mailer.svg') %}
8+
{% include('@WebProfiler/Icon/notifier.svg') %}
99
<span class="sf-toolbar-value">{{ events.messages|length }}</span>
1010
{% endset %}
1111

@@ -68,7 +68,7 @@
6868
{% set events = collector.events %}
6969

7070
<span class="label {{ events.messages|length ? '' : 'disabled' }}">
71-
<span class="icon">{{ include('@WebProfiler/Icon/mailer.svg') }}</span>
71+
<span class="icon">{{ include('@WebProfiler/Icon/notifier.svg') }}</span>
7272

7373
<strong>Notifications</strong>
7474
{% if events.messages|length > 0 %}

0 commit comments

Comments
 (0)