Skip to content

Commit

Permalink
Added quest rewards to pending quest display
Browse files Browse the repository at this point in the history
  • Loading branch information
hairlessbear committed Jun 17, 2015
1 parent 910fc2f commit 3046bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/views/options/social/quests/questNotActive.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3046bbb

Please sign in to comment.