notifications.jade 319 B

123456
  1. template(name='notifications')
  2. #notifications.board-header-btns.right
  3. a.notifications-drawer-toggle(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
  4. | 🔔
  5. if $.Session.get 'showNotificationsDrawer'
  6. +notificationsDrawer(unreadNotifications=unreadNotifications)