mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
15 lines
No EOL
462 B
Text
15 lines
No EOL
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) |