2013-10-28 05:27:07 +00:00
|
|
|
include ./inventory
|
|
|
|
|
include ./stable
|
|
|
|
|
|
|
|
|
|
script(type='text/ng-template', id='partials/options.inventory.html')
|
2014-04-15 22:40:21 +00:00
|
|
|
ul.options-menu
|
2013-12-17 23:51:27 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.drops') }")
|
|
|
|
|
a(ui-sref='options.inventory.drops')
|
2014-01-20 16:50:28 +00:00
|
|
|
=env.t('market')
|
2013-12-17 23:51:27 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.pets') }")
|
|
|
|
|
a(ui-sref='options.inventory.pets')
|
2014-01-20 16:50:28 +00:00
|
|
|
=env.t('pets')
|
2013-12-17 23:51:27 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.mounts') }")
|
|
|
|
|
a(ui-sref='options.inventory.mounts')
|
2014-01-20 16:50:28 +00:00
|
|
|
=env.t('mounts')
|
2013-12-18 00:24:14 +00:00
|
|
|
li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.equipment') }")
|
2013-12-17 23:51:27 +00:00
|
|
|
a(ui-sref='options.inventory.equipment')
|
2014-01-20 16:50:28 +00:00
|
|
|
=env.t('equipment')
|
2014-12-28 01:49:58 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.timetravelers') }")
|
2014-11-29 02:24:56 +00:00
|
|
|
a(ui-sref='options.inventory.timetravelers')
|
2014-12-14 18:59:45 +00:00
|
|
|
=env.t('timeTravelers')
|
2014-12-28 01:49:58 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.seasonalshop') }")
|
2014-12-14 19:37:32 +00:00
|
|
|
a(ui-sref='options.inventory.seasonalshop')
|
|
|
|
|
=env.t('seasonalShop')
|
2013-10-28 05:27:07 +00:00
|
|
|
|
|
|
|
|
.tab-content
|
|
|
|
|
.tab-pane.active
|
2014-01-20 16:50:28 +00:00
|
|
|
div(ui-view)
|