Update stable.jade

This commit is contained in:
Luveluen 2014-01-20 19:44:33 +01:00
parent e47afa8965
commit 8b97438607

View file

@ -69,10 +69,10 @@ script(type='text/ng-template', id='partials/options.inventory.pets.html')
.PixelPaw-Gold
.well.food-tray
p(ng-show='foodCount < 1') You don't have any food.
p(ng-show='foodCount < 1')=env.t('noFood')
menu.inventory-list(type='list', ng-if='foodCount > 0')
li.customize-menu
menu.pets-menu(label='Food')
menu.pets-menu(label=env.t('food'))
div(ng-repeat='(food,points) in ownedItems(user.items.food)')
button.customize-option(popover-append-to-body='true', popover='{{Content.food[food].notes}}', popover-title='{{Content.food[food].text}}', popover-trigger='mouseenter', popover-placement='left', ng-click='chooseFood(food)', class='Pet_Food_{{food}}')
.badge.badge-info.stack-count {{points}}