From 9886d2c177a80da18cc7ca1e8ff453822d8b4f65 Mon Sep 17 00:00:00 2001 From: lynnyliz Date: Fri, 22 Aug 2014 21:31:53 -0400 Subject: [PATCH] added paw prints under Rare Pets (currently there are none on the site) --- views/options/inventory/stable.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index 2dff9c3774..015d612bbf 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -52,8 +52,8 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html') each t,k in env.Content.specialMounts - var animal = k.split('-')[0], color = k.split('-')[1] button(ng-if='user.items.mounts["#{animal}-#{color}"]', class="pet-button Mount_Head_#{animal}-#{color}", ng-class='{active: user.items.currentMount == "#{animal}-#{color}"}', ng-click='chooseMount("#{animal}", "#{color}")', popover=env.t(t), popover-trigger='mouseenter', popover-placement='bottom') - // button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]') - // .PixelPaw + button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]') + .PixelPaw script(type='text/ng-template', id='partials/options.inventory.pets.html')