mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
Merge pull request #851 from paglias/fix-758
Show gold amount rounded up in rewards column, fix #758
This commit is contained in:
commit
8d9ecdedac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<!-- cash or tokens -->
|
||||
<span class='option-box pull-right wallet'>
|
||||
<div class="money">
|
||||
{gold(_user.stats.gp)}
|
||||
{gold(floor(_user.stats.gp))}
|
||||
<span class='shop_gold' rel='tooltip' title='Gold'></span>
|
||||
</div>
|
||||
<div class="money">
|
||||
|
|
|
|||
Loading…
Reference in a new issue