habitica/views/shared/modals/quest-rewards.jade

13 lines
330 B
Text
Raw Normal View History

script(id='partials/options.social.party.quest-rewards.html', type='text/ng-template')
hr
2015-01-29 23:20:15 +00:00
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}}
2015-01-29 21:52:44 +00:00
=env.t('gold')