mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
15 lines
462 B
Text
15 lines
462 B
Text
|
|
include ./inventory
|
||
|
|
include ./stable
|
||
|
|
|
||
|
|
script(type='text/ng-template', id='partials/options.inventory.html')
|
||
|
|
ul.nav.nav-tabs
|
||
|
|
li(ng-class="{ active: $state.includes('options.inventory.inventory') }")
|
||
|
|
a(ui-sref='options.inventory.inventory')
|
||
|
|
| Inventory
|
||
|
|
li(ng-class="{ active: $state.includes('options.inventory.stable') }")
|
||
|
|
a(ui-sref='options.inventory.stable')
|
||
|
|
| Stable
|
||
|
|
|
||
|
|
.tab-content
|
||
|
|
.tab-pane.active
|
||
|
|
div(ui-view)
|