mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
'.row.col-md-12' changed to '.row: .col-md-12'
This commit is contained in:
parent
eae7f79363
commit
c61c572887
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue