revert https://github.com/HabitRPG/habitrpg/pull/3920 because it causes level tooltip to hide Buffed and Rebirth tooltips

This commit is contained in:
Alice Harris 2014-08-26 15:49:59 +10:00
parent 592ffd9818
commit 581b921ae1

View file

@ -77,7 +77,7 @@ mixin herobox(opts)
.avatar-name(ng-class='userLevelStyle(profile)')
|{{profile.profile.name}}
+avatar(opts)
.avatar-level(ng-class='userLevelStyle(profile)',tooltip=env.t('level'))
.avatar-level(ng-class='userLevelStyle(profile)')
span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'))
span() {{profile.stats.lvl}}
span(tooltip=env.t('level')) {{profile.stats.lvl}}
span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}))