mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
Merge pull request #2729 from deilann/fixclass
pull correct information for member modal class
This commit is contained in:
commit
4c094ebf47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue