Merge pull request #851 from paglias/fix-758

Show gold amount rounded up in rewards column, fix #758
This commit is contained in:
Daniel Saewitz 2013-04-23 01:41:00 -07:00
commit 8d9ecdedac

View file

@ -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">