mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge pull request #4375 from thehindenburg/questimage
Quest image added in the completion screen
This commit is contained in:
commit
195a8a5ca3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.quest_collected_true
|
||||
color: #ccc
|
||||
text-decoration:line-through
|
||||
text-decoration:line-through
|
||||
|
||||
quest-rewards
|
||||
hr
|
||||
clear:both
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ script(type='text/ng-template', id='modals/questCompleted.html')
|
|||
h4 "{{::Content.quests[user.party.quest.completed].text()}}"
|
||||
=env.t('completed')
|
||||
.modal-body
|
||||
.pull-right(class='quest_{{user.party.quest.completed}}')
|
||||
p(ng-bind-html='::Content.quests[user.party.quest.completed].completion()')
|
||||
quest-rewards(key='{{user.party.quest.completed}}', header=env.t('youReceived'))
|
||||
.modal-footer
|
||||
|
|
|
|||
Loading…
Reference in a new issue