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