mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
changing the reward text to clear the image
This commit is contained in:
parent
d70de5972e
commit
375253fb84
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue