diff --git a/views/options/pets.jade b/views/options/pets.jade index 98befaa24e..edd8e48358 100644 --- a/views/options/pets.jade +++ b/views/options/pets.jade @@ -16,10 +16,10 @@ table.pets(ng-repeat='pet in pets') tbody tr - td(ng-repeat='potion in hatchingPotions') - button(class="pet-button Pet-{{pet.name}}-{{potion.name}}", ng-show='hasPet(pet.name, potion.name)', ng-class="{active: isCurrentPet(pet.name, potion.name)}", ng-click='choosePet(pet.name, potion.name)', tooltip='{{potion.name}} {{pet.name}}') + td(ng-repeat='potion in hatchingPotions', tooltip='{{potion.name}} {{pet.name}}') + button(class="pet-button Pet-{{pet.name}}-{{potion.name}}", ng-show='hasPet(pet.name, potion.name)', ng-class="{active: isCurrentPet(pet.name, potion.name)}", ng-click='choosePet(pet.name, potion.name)') button(class="pet-button pet-not-owned", ng-hide='hasPet(pet.name, potion.name)') - img(src='/bower_components/habitrpg-shared/img/PixelPaw.png', tooltip='{{potion.name}} {{pet.name}}') + img(src='/bower_components/habitrpg-shared/img/PixelPaw.png') h4 Rare Pets table