Files
habitica/website/views/shared/tasks/task-list.jade
T
Alys 7c5bd526b1 minor text fixes: accurate flavour text for Golden Knight testimonies collection quest, etc (#8826)
* make comment more accurate: members are removed, not banned

They can rejoin with an invitation in a private group or at any time in a public group.

* change windows line breaks to unix line breaks

* change flavour text of Golden Knight collection quest to reduce number of testimonies

* fix grammatical error noticed by mandyzhou

* improve message about not being able to send PMs because we often see people report it as a bug

* update instructions for cancelling Google subscriptions (thanks to Scea for noticing)

* change Delete Completed on-hover message - fixes #8598

* correct the Orb of Rebirth's text about pets and mounts (they are not locked)
2017-06-26 22:35:29 +01:00

21 lines
701 B
Plaintext

script(id='templates/task-list.html', type="text/ng-template")
ul(ng-init='setObj(obj)', class='{{::list.type}}s main-list',
ng-show='obj[list.type+"s"].length > 0',
ng-if='showNormalList(obj)')
task(hrpg-sort-tasks)
div(ng-init='setObj(obj);')
div(
ng-repeat="(key, taskList) in groupedList[list.type]",
ng-if='showGroupedList(obj)')
h3 {{key}}
ul(class='{{::list.type}}s main-list',
ng-show='taskList.length > 0')
task(hrpg-sort-tasks)
//Loads the non-sortable lists for challenges
ul(ng-init='setObj(obj)', class='{{::list.type}}s main-list',
ng-show='obj[list.type + "s"].length > 0',
ng-if='showChallengeList()')
task