diff --git a/website/views/options/social/quests/questNotActive.jade b/website/views/options/social/quests/questNotActive.jade index 4e6eb42d2f..06f7f2512b 100644 --- a/website/views/options/social/quests/questNotActive.jade +++ b/website/views/options/social/quests/questNotActive.jade @@ -14,6 +14,7 @@ div(ng-if='group.quest.active==false') strong=env.t('collect') + ': ' | {{::Content.quests[group.quest.key].collect[k].count}} {{::Content.quests[group.quest.key].collect[k].text()}} div(ng-bind-html='::Content.quests[group.quest.key].notes()') + quest-rewards(key='{{::group.quest.key}}') hr