mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Corrected the achievemnts page to show the right medal for mountmaster
This commit is contained in:
parent
71a2ef91ca
commit
04a12542e5
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ div(ng-if='profile.achievements.beastMaster || user._id == profile._id')
|
||||||
hr
|
hr
|
||||||
|
|
||||||
div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
||||||
.achievement.achievement-rat(ng-show='profile.achievements.mountMaster')
|
.achievement.achievement-wolf(ng-show='profile.achievements.mountMaster')
|
||||||
div(ng-class='{muted: !profile.achievements.mountMaster}')
|
div(ng-class='{muted: !profile.achievements.mountMaster}')
|
||||||
h5=env.t('mountMastName')
|
h5=env.t('mountMastName')
|
||||||
small=env.t('mountMastText')
|
small=env.t('mountMastText')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue