Corrected second half of mountmaster text to only show if mountmaster

has been achieved at least once
This commit is contained in:
Blade Barringer 2014-12-31 16:46:13 -06:00
parent 0fd3f290b8
commit 7172df7dbb

View file

@ -92,6 +92,7 @@ div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
div(ng-class='{muted: !profile.achievements.mountMaster}')
h5=env.t('mountMastName')
small=env.t('mountMastText')
small(ng-if='profile.achievements.mountMasterCount')
=env.t('beastMastText2', {count: "{{profile.achievements.mountMasterCount}}"})
hr