From b8e18594e937501776c99523d9a55cc59b4ec8bc Mon Sep 17 00:00:00 2001 From: Luveluen Date: Sun, 19 Jan 2014 19:50:26 +0100 Subject: [PATCH] Update index.jade --- views/options/index.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/options/index.jade b/views/options/index.jade index 96f0a42379..aea6dedb26 100644 --- a/views/options/index.jade +++ b/views/options/index.jade @@ -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