Skip to content

Commit

Permalink
fix tooltip .. again
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Aug 29, 2014
1 parent f981223 commit f7d0c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/shared/header/avatar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ mixin herobox(opts)
|{{profile.profile.name}}
+avatar(opts)
.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(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}}"}))
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'), tooltip-append-to-body="true")
span(tooltip=env.t('level'), tooltip-append-to-body="true") {{profile.stats.lvl}}
span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}), tooltip-append-to-body="true")

0 comments on commit f7d0c91

Please sign in to comment.