pull correct information for member modal class

This commit is contained in:
deilann 2014-02-03 12:42:09 -08:00
parent 2e3ee3f97c
commit 1a652eefd6

View file

@ -16,7 +16,7 @@ div(ng-controller='MemberModalCtrl')
li(ng-show='profile.auth.timestamps.loggedin')=env.t('lastLoggedIn')
| {{timestamp(profile.auth.timestamps.loggedin)}} -
h3=env.t('stats')
.label.label-info {{ {warrior:'Warrior',wizard:'Mage',healer:'Healer',rogue:'Rogue'}[user.stats.class] }}
.label.label-info {{ {warrior:'Warrior',wizard:'Mage',healer:'Healer',rogue:'Rogue'}[profile.stats.class] }}
include ../profiles/stats
.span6
include ../header/avatar