Fix rounding of gold on stats page to round down

This commit is contained in:
Benjamin Schenker
2015-03-08 19:21:04 -05:00
parent 5bdf1564e6
commit bfd16dd7ec
+1 -1
View File
@@ -11,7 +11,7 @@ table.table.table-striped
tr
td
strong=env.t('gold')
| : {{profile.stats.gp}}
| : {{Math.floor(profile.stats.gp)}}
tr
td
strong=env.t('level')