mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
6 lines
319 B
Text
6 lines
319 B
Text
template(name='notifications')
|
|
#notifications.board-header-btns.right
|
|
a.notifications-drawer-toggle(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
|
|
| 🔔
|
|
if $.Session.get 'showNotificationsDrawer'
|
|
+notificationsDrawer(unreadNotifications=unreadNotifications)
|