Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc6e8d0

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 peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (seehttps://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#36479Commits-------303096e [Notifier][WebProfilerBundle] Add notifier profiler panel icon
2 parents5baa123 +303096e commitdc6e8d0

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‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

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

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

7373
<strong>Notifications</strong>
7474
{%ifevents.messages|length>0 %}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp