fix(quests): list multiple rewards in dialog

This commit is contained in:
Tyler Renelle 2014-01-21 14:12:09 -08:00
parent d9e5725ee1
commit e48c7277f8

View file

@ -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