mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 02:44:07 +01:00
Font Awesome to Unicode icons. Part 3.
Thanks to xet7 !
This commit is contained in:
parent
a3ca76d3c4
commit
3af94c2a90
39 changed files with 435 additions and 398 deletions
|
|
@ -1,5 +1,6 @@
|
|||
template(name='notifications')
|
||||
#notifications.board-header-btns.right
|
||||
a.notifications-drawer-toggle.fa.fa-bell(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
|
||||
a.notifications-drawer-toggle(class="{{#if $gt unreadNotifications 0}}alert{{/if}}" title="{{_ 'notifications'}}")
|
||||
| 🔔
|
||||
if $.Session.get 'showNotificationsDrawer'
|
||||
+notificationsDrawer(unreadNotifications=unreadNotifications)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue