show party up/on achievs on user's profile achievements section

This commit is contained in:
Kaitlin Hipkin 2016-03-08 20:57:19 -05:00
parent d2d3b9deab
commit 2ade78fc34

View file

@ -115,6 +115,20 @@ div(ng-if='::profile.achievements.triadBingo || user._id == profile._id')
=env.t('triadBingoText2', {count: "{{::profile.achievements.triadBingoCount}}"})
hr
div(ng-if='::profile.achievements.partyUp || user._id == profile._id')
.achievement.achievement-partyUp(ng-if='::profile.achievements.partyUp')
div(ng-class='::{muted: !profile.achievements.partyUp}')
h5=env.t('partyUpName')
small=env.t('partyUpAchievement')
hr
div(ng-if='::profile.achievements.partyOn || user._id == profile._id')
.achievement.achievement-partyOn(ng-if='::profile.achievements.partyOn')
div(ng-class='::{muted: !profile.achievements.partyOn}')
h5=env.t('partyOnName')
small=env.t('partyOnAchievement')
hr
div(ng-if='::profile.achievements.rebirths')
.achievement.achievement-sun
h5(ng-if='::profile.achievements.rebirths == 1')=env.t('rebirthBegan')