[#1430] fix guild gems (math error)

This commit is contained in:
Tyler Renelle 2013-09-05 23:28:30 -04:00
parent 9da6ddc7c7
commit 812ba3a339

View file

@ -2,7 +2,7 @@ a.pull-right.gem-wallet(rel='popover', data-trigger='hover', data-title='Guild B
// <span class="task-action-btn tile flush bright add-gems-btn"></span>
span.task-action-btn.tile.flush.neutral
.Gems
| {{group.balance / 4 | number:0 }} Guild Gems
| {{group.balance * 4 | number:0 }} Guild Gems
.row-fluid
.span4
h3 {{group.name}}