mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Added another one-time binding
This commit is contained in:
parent
2d748e22e6
commit
4d8310296b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ div(ng-if='::profile.achievements.quests || user._id == profile._id')
|
|||
table.table.table-striped
|
||||
tr(ng-repeat='(k,v) in ::profile.achievements.quests')
|
||||
td {{::Content.quests[k].text()}}
|
||||
td x{{v}}
|
||||
td x{{::v}}
|
||||
hr
|
||||
|
||||
div(ng-if='::profile.achievements.snowball')
|
||||
|
|
|
|||
Loading…
Reference in a new issue