mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Merge pull request #4498 from crookedneighbor/see-mp
See mp on stats page
This commit is contained in:
commit
042f2fbceb
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ table.table.table-striped
|
||||||
td
|
td
|
||||||
strong=env.t('health')
|
strong=env.t('health')
|
||||||
| : {{profile.stats.hp | number:0}} / 50
|
| : {{profile.stats.hp | number:0}} / 50
|
||||||
|
tr(ng-if='profile.stats.lvl >= 10 && !profile.preferences.disableClasses')
|
||||||
|
td
|
||||||
|
strong=env.t('mana')
|
||||||
|
| : {{profile.stats.mp | number:0}} / {{profile._statsComputed.maxMP}}
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
strong=env.t('gold')
|
strong=env.t('gold')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue