看板初始化提交
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<span class="notification">
|
||||
<?php if ($this->user->hasNotifications()): ?>
|
||||
<?= $this->modal->mediumIcon('bell web-notification-icon', t('Unread notifications'), 'WebNotificationController', 'show', array('user_id' => $this->user->getId())) ?>
|
||||
<?php else: ?>
|
||||
<?= $this->modal->mediumIcon('bell', t('My notifications'), 'WebNotificationController', 'show', array('user_id' => $this->user->getId())) ?>
|
||||
<?php endif ?>
|
||||
</span>
|
||||
Reference in New Issue
Block a user