2013-10-28 05:27:07 +00:00
|
|
|
include ./inventory
|
|
|
|
|
include ./stable
|
|
|
|
|
|
|
|
|
|
script(type='text/ng-template', id='partials/options.inventory.html')
|
|
|
|
|
ul.nav.nav-tabs
|
2013-12-17 23:51:27 +00:00
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.drops') }")
|
|
|
|
|
a(ui-sref='options.inventory.drops')
|
|
|
|
|
| Drops
|
|
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.pets') }")
|
|
|
|
|
a(ui-sref='options.inventory.pets')
|
|
|
|
|
| Pets
|
|
|
|
|
li(ng-class="{ active: $state.includes('options.inventory.mounts') }")
|
|
|
|
|
a(ui-sref='options.inventory.mounts')
|
|
|
|
|
| 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')
|
|
|
|
|
| Equipment
|
2013-10-28 05:27:07 +00:00
|
|
|
|
|
|
|
|
.tab-content
|
|
|
|
|
.tab-pane.active
|
|
|
|
|
div(ui-view)
|