mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
add tooltip to Dated To-Dos tab to explain that To-Dos aren't sorted
This commit is contained in:
parent
3451315ef6
commit
6d0f2ed0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
ul.nav.nav-tabs
|
||||
li(ng-class='{active: list.view == "remaining"}')
|
||||
a(ng-click='list.view = "remaining"')=env.t('remaining')
|
||||
li(ng-class='{active: list.view == "dated"}')
|
||||
li(ng-class='{active: list.view == "dated"}', tooltip=env.t('datedNotSorted'))
|
||||
a(ng-click='list.view = "dated"')=env.t('dated')
|
||||
li(ng-class='{active: list.view == "complete"}')
|
||||
a(ng-click='list.view = "complete"')=env.t('complete')
|
||||
|
|
|
|||
Loading…
Reference in a new issue