Moved many button texts etc to tooltips. Added more tooltips.

Thanks to xet7 !

Fixes #3848
This commit is contained in:
Lauri Ojansivu 2021-06-09 20:08:42 +03:00
parent 328fa194a0
commit 6ce5ab40a7
15 changed files with 39 additions and 40 deletions

View file

@ -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)