mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-14 19:28:34 +01:00
10 lines
228 B
PHP
10 lines
228 B
PHP
<?php
|
|
/**
|
|
* @var yii\debug\panels\MailPanel $panel
|
|
*/
|
|
if ($mailCount): ?>
|
|
<div class="yii-debug-toolbar-block">
|
|
<a href="<?= $panel->getUrl() ?>">Mail <span class="label"><?= $mailCount ?></span></a>
|
|
</div>
|
|
<?php endif ?>
|