mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(quests): list multiple rewards in dialog
This commit is contained in:
parent
d9e5725ee1
commit
e48c7277f8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ script(id='partials/options.social.party.quest-rewards.html', type='text/ng-temp
|
|||
hr
|
||||
h5 {{header}}
|
||||
table.table.table-striped
|
||||
tr
|
||||
td {{quest.drop.text}}
|
||||
tr(ng-repeat='drop in quest.drop.items')
|
||||
td {{drop.text}}
|
||||
tr
|
||||
td {{quest.drop.exp}} Experience
|
||||
tr
|
||||
|
|
|
|||
Loading…
Reference in a new issue