notifications.jade 317 B

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