feat(subscriptions): Show count of purchasable Gems

This commit is contained in:
Sabe Jones 2014-12-03 20:55:22 -06:00
parent 3423e9857d
commit 62e526f8dc

View file

@ -201,6 +201,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
div(ng-if='user.purchased.plan.planId')
button.customize-option(ng-click='user.ops.purchase({params:{type:"gems",key:"gem"}})')
span.Pet_Currency_Gem.inline-gems
.badge.badge-info.stack-count {{api.planGemLimits + user.purchased.plan.consecutive.gemCapExtra - user.purchased.plan.gemsBought}}
p
| 20
span.shop_gold