From 62e526f8dc7b490b969a7ee9afa2ddc9c41956b2 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 3 Dec 2014 20:55:22 -0600 Subject: [PATCH] feat(subscriptions): Show count of purchasable Gems --- views/options/inventory/inventory.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/views/options/inventory/inventory.jade b/views/options/inventory/inventory.jade index 5fed87ba1d..1396f91c3a 100644 --- a/views/options/inventory/inventory.jade +++ b/views/options/inventory/inventory.jade @@ -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