'.row.col-md-12' changed to '.row: .col-md-12'

This commit is contained in:
hairlessbear 2015-07-16 21:10:48 -04:00
parent eae7f79363
commit c61c572887
3 changed files with 7 additions and 7 deletions

View file

@ -23,12 +23,12 @@ mixin mountList(source)
.popover-content
p=env.t('mattShall', {name: "{{user.profile.name}}"})
h4= env.t('mountMasterProgress') + ': {{mountCount}} / {{totalMounts}} ' + env.t('mountsTamed')
.row.col-md-12
.row: .col-md-12
+mountList(env.Content.dropEggs)
.row.col-md-12
.row: .col-md-12
h4=env.t('questMounts')
+mountList(env.Content.questEggs)
.row.col-md-12
.row: .col-md-12
h4=env.t('rareMounts')
menu
div

View file

@ -24,13 +24,13 @@ mixin petList(source)
p=env.t('mattBochText1')
h4=env.t('beastMasterProgress') + ': {{petCount}} / {{totalPets}} ' + env.t('petsFound')
.row.col-md-12
.row: .col-md-12
+petList(env.Content.dropEggs)
.row.col-md-12
.row: .col-md-12
h4=env.t('questPets')
+petList(env.Content.questEggs)
.row.col-md-12
.row: .col-md-12
h4=env.t('rarePets')
menu
div

View file

@ -18,7 +18,7 @@
b x{{user.purchased.plan.consecutive.trinkets}}
p!=env.t('timeTravelersPopover', {linkStart: "<a href='http://habitrpg.wikia.com/wiki/Mystery_Item' target='_blank'>", linkEnd: "</a>"})
.row.col-md-12
.row: .col-md-12
li.customize-menu.inventory-gear
menu.pets-menu(label='{{::set.text}}', ng-repeat='set in Content.timeTravelerStore(user.items.gear.owned)')
div(ng-repeat='item in set.items')