Files
habitica/views/shared/modals/quest-rewards.jade
T
2015-02-01 09:27:10 -06:00

13 lines
329 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')