From f7d1159e068855138a7a8067ed8db46bc623651c Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 5 Sep 2013 14:26:35 +0200 Subject: [PATCH] fix inventory bugs --- assets/css/inventory.styl | 2 +- views/options/inventory.jade | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/inventory.styl b/assets/css/inventory.styl index 28eb3b79cb..8f5ba68c58 100644 --- a/assets/css/inventory.styl +++ b/assets/css/inventory.styl @@ -58,7 +58,7 @@ .Pet_Currency_Gem1x {background-position: -63px -542px; width: 19px; height: 17px} .inventory-list p - display: none + //display: none .inventory-list li clear:both .pets-menu > div diff --git a/views/options/inventory.jade b/views/options/inventory.jade index 29eff8dc6d..57a66ab578 100644 --- a/views/options/inventory.jade +++ b/views/options/inventory.jade @@ -17,7 +17,10 @@ h3 Hatch Your Egg p(ng-show='userHatchingPotions.length < 1') You don't have any hatching potions yet. div(ng-show='userHatchingPotions') - p Which hatching potion will you pour on your {{_hatchEgg.text}} egg? + p + | Which hatching potion will you pour on your + | {{selectedEgg.text}} + | egg? form select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion") button(ng-click="pour()") Pour