From 3c3bbcafb926cc3878517e525e27d87a8f08046c Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 2 Jan 2015 14:11:04 -0600 Subject: [PATCH] Simplified count in stable --- views/options/inventory/stable.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index fb7dfacd5c..42c2ad9c25 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -41,7 +41,7 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html') a(target='_blank', href='http://www.kickstarter.com/profile/mattboch')=env.t('mattBoch') .popover-content p=env.t('mattShall', {name: "{{user.profile.name}}"}) - h4= env.t('mountmasterProgress') + ': {{Shared.countMounts(null,User.user.items.mounts) || 0}} / {{totalMounts}} ' + env.t('mountsTamed') + h4= env.t('mountmasterProgress') + ': {{mountCount}} / {{totalMounts}} ' + env.t('mountsTamed') .col-md-12 +mountList(env.Content.dropEggs) .col-md-12