mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Update index.jade
This commit is contained in:
parent
68041f206c
commit
c37512baa6
1 changed files with 5 additions and 5 deletions
|
|
@ -5,17 +5,17 @@ script(type='text/ng-template', id='partials/options.inventory.html')
|
|||
ul.nav.nav-tabs
|
||||
li(ng-class="{ active: $state.includes('options.inventory.drops') }")
|
||||
a(ui-sref='options.inventory.drops')
|
||||
| Market
|
||||
=env.t('market')
|
||||
li(ng-class="{ active: $state.includes('options.inventory.pets') }")
|
||||
a(ui-sref='options.inventory.pets')
|
||||
| Pets
|
||||
=env.t('pets')
|
||||
li(ng-class="{ active: $state.includes('options.inventory.mounts') }")
|
||||
a(ui-sref='options.inventory.mounts')
|
||||
| Mounts
|
||||
=env.t('mounts')
|
||||
li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.equipment') }")
|
||||
a(ui-sref='options.inventory.equipment')
|
||||
| Equipment
|
||||
=env.t('equipment')
|
||||
|
||||
.tab-content
|
||||
.tab-pane.active
|
||||
div(ui-view)
|
||||
div(ui-view)
|
||||
|
|
|
|||
Loading…
Reference in a new issue