Merge pull request #1899 from Fandekasp/header_colors

change avatars lvl colors
This commit is contained in:
Tyler Renelle
2013-11-23 13:12:36 -08:00
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -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}}