changing the reward text to clear the image

This commit is contained in:
thehindenburg 2014-12-12 09:38:13 -08:00
parent d70de5972e
commit 375253fb84
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
script(id='partials/options.social.party.quest-rewards.html', type='text/ng-template')
hr
hr(style='clear:both')
h5 {{header}}
table.table.table-striped
tr(ng-repeat='drop in quest.drop.items')

View file

@ -6,7 +6,7 @@ script(type='text/ng-template', id='modals/questCompleted.html')
=env.t('completed')
.modal-body
.pull-right(class='quest_{{user.party.quest.completed}}')
p(ng-bind-html='::Content.quests[user.party.quest.completed].completion()' style='min-height: 80px')
p(ng-bind-html='::Content.quests[user.party.quest.completed].completion()')
quest-rewards(key='{{user.party.quest.completed}}', header=env.t('youReceived'))
.modal-footer
button.btn.btn-primary(ng-click='set({"party.quest.completed":""}); $close()')=env.t('ok')