mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
show mage not wizard in inventory and member modal
This commit is contained in:
parent
4f02ccb3b0
commit
8843577858
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 {{profile.stats.class}}
|
||||
.label.label-info {{ {warrior:'Warrior',wizard:'Mage',healer:'Healer',rogue:'Rogue'}[user.stats.class] }}
|
||||
include ../profiles/stats
|
||||
.span6
|
||||
include ../header/avatar
|
||||
|
|
|
|||
Loading…
Reference in a new issue