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