Files
habitica/website/views/shared/modals/quest-rewards.jade
2015-03-17 21:51:28 -05:00

15 lines
369 B
Plaintext

script(id='partials/options.social.party.quest-rewards.html', type='text/ng-template')
hr
h5 {{header}}
table.table.table-striped
tr(ng-repeat='drop in quest.drop.items')
td {{drop.text()}}
tr
td {{quest.drop.exp}}
=env.t('experience')
tr
td {{quest.drop.gp}}
=env.t('gold')
tr
td {{quest.drop.unlock()}}