mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Converted floor mechanism to filter to match health calculation
This commit is contained in:
parent
34bd7cb879
commit
2d0d2cedd9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ table.table.table-striped
|
|||
tr
|
||||
td
|
||||
strong=env.t('mana')
|
||||
| : {{Math.floor(user.stats.mp)}} / {{user._statsComputed.maxMP}}
|
||||
| : {{user.stats.mp | number:0}} / {{user._statsComputed.maxMP}}
|
||||
tr
|
||||
td
|
||||
strong=env.t('gold')
|
||||
|
|
|
|||
Loading…
Reference in a new issue