Merge pull request #1899 from Fandekasp/header_colors
change avatars lvl colors
This commit is contained in:
@@ -27,4 +27,5 @@ figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile
|
||||
// Pet
|
||||
// FIXME handle @minimal, this might have to be a directive
|
||||
span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet && !minimal')
|
||||
.avatar-level Lvl {{profile.stats.lvl}}
|
||||
.avatar-level(class='label label-contributor-{{profile.contributor.level}}' ng-class='{"badge badge-info": {{party.leader==profile._id}}}')
|
||||
| Lvl {{profile.stats.lvl}}
|
||||
|
||||
Reference in New Issue
Block a user