mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
feat(subscriptions): Show count of purchasable Gems
This commit is contained in:
parent
3423e9857d
commit
62e526f8dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue