habitica/views/shared/modals/quest-rewards.jade
2014-07-12 15:50:15 +02:00

12 lines
No EOL
328 B
Text

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')