From 350e3681d76cb603da93c1ea7c2879e31ae7c14e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 3 Dec 2013 17:39:43 -0700 Subject: [PATCH] classes: grunt-spritesmith fixes --- views/shared/header/avatar.jade | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/views/shared/header/avatar.jade b/views/shared/header/avatar.jade index 8d766628e8..8a7cdc9886 100644 --- a/views/shared/header/avatar.jade +++ b/views/shared/header/avatar.jade @@ -18,14 +18,14 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember( //-span(class='{{equipped("shield",profile.items.shield,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}') //-span(class='{{equipped("weapon",profile.items.weapon,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}') - span(class='m_skin_{{profile.preferences.skin}}') - span(class='m_head_0') - span(class='m_hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}') - span(class='m_hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}') - span(class='m_{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor') - span(class='m_{{profile.items.gear.current.head}}', ng-show='profile.preferences.showHelm') - span(class='m_{{profile.items.gear.current.shield}}', ng-show='profile.preferences.showShield') - span(class='m_{{profile.items.gear.current.weapon}}', ng-show='profile.preferences.showWeapon') + span(class='skin_{{profile.preferences.skin}}') + span(class='head_0') + span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}') + span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}') + span(class='{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor') + span(class='{{profile.items.gear.current.head}}', ng-show='profile.preferences.showHelm') + span(class='{{profile.items.gear.current.shield}}', ng-show='profile.preferences.showShield') + span(class='{{profile.items.gear.current.weapon}}', ng-show='profile.preferences.showWeapon') // Mount Head span(ng-if='profile.items.currentMount', class='Mount_Head_{{profile.items.currentMount}}')