mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Merge pull request #4162 from crookedneighbor/html-in-boss-quest-modal
Corrected html not showing up correctly in quest modal
This commit is contained in:
commit
6a561fbf3f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ script(type='text/ng-template', id='modals/questCompleted.html')
|
|||
h4 "{{::Content.quests[user.party.quest.completed].text()}}"
|
||||
=env.t('completed')
|
||||
.modal-body
|
||||
p {{::Content.quests[user.party.quest.completed].completion()}}
|
||||
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