add tooltip to Dated To-Dos tab to explain that To-Dos aren't sorted
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user