Update index.jade

This commit is contained in:
Luveluen 2014-01-19 19:50:26 +01:00
parent 6dd0e48887
commit b8e18594e9

View file

@ -13,19 +13,19 @@ script(id='partials/options.html', type="text/ng-template")
li(ng-class="{ active: $state.includes('options.profile') }")
a(ui-sref='options.profile')
i.icon-user
| env.t('profile')
=env.t('profile')
li(ng-class="{ active: $state.includes('options.social') }")
a(ui-sref='options.social')
i.icon-heart
| env.t('social')
=env.t('social')
li(ng-class="{ active: $state.includes('options.inventory') }", ng-if='user.flags.dropsEnabled')
a(ui-sref='options.inventory')
i.icon-gift
| env.t('inventory')
=env.t('inventory')
li(ng-class="{ active: $state.includes('options.settings') }")
a(ui-sref='options.settings')
i.icon-wrench
| env.t('settings')
=env.t('settings')
.tab-content
.tab-pane.active