groups: guild bank is in gems, not balance
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ module.exports.viewHelpers = (view) ->
|
||||
view.fn "encodeiCalLink", helpers.encodeiCalLink
|
||||
|
||||
#User
|
||||
view.fn "gems", (balance) -> return balance/0.25
|
||||
view.fn "gems", (balance) -> balance * 4
|
||||
view.fn "username", helpers.username
|
||||
view.fn "tnl", algos.tnl
|
||||
view.fn 'equipped', helpers.equipped
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
{{#if and(equal(@group.type,'guild'),not(equal(@group.id,'habitrpg')))}}
|
||||
<a class="pull-right gem-wallet" rel="popover" data-trigger="hover" data-title="Guild Bank" data-content="Gems which your Guild leader can use for prizes in the upcoming <a target=_blank href='https://trello.com/card/challenges-individual-party-guild-public/50e5d3684fe3a7266b0036d6/58'>Challenges</a> feature." data-placement="bottom" data-html=true>
|
||||
<!--<span class="task-action-btn tile flush bright add-gems-btn">+</span>-->
|
||||
<span class="task-action-btn tile flush neutral"><div class="Gems"></div>{{@group.balance}} Guild Gems</span>
|
||||
<span class="task-action-btn tile flush neutral"><div class="Gems"></div>{{gems(@group.balance)}} Guild Gems</span>
|
||||
</a>
|
||||
{{/}}
|
||||
<div class='row-fluid'>
|
||||
|
||||
Reference in New Issue
Block a user