mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 12:16:10 +01:00
Moved many button texts etc to tooltips. Added more tooltips.
Thanks to xet7 ! Fixes #3848
This commit is contained in:
parent
328fa194a0
commit
6ce5ab40a7
15 changed files with 39 additions and 40 deletions
|
|
@ -1,5 +1,5 @@
|
|||
template(name='notifications')
|
||||
#notifications.board-header-btns.right
|
||||
a.notifications-drawer-toggle.fa.fa-bell(class="{{#if $gt unreadNotifications 0}}alert{{/if}}")
|
||||
a.notifications-drawer-toggle.fa.fa-bell(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