Replace bootstrap classes in submenus
This commit is contained in:
@@ -2,7 +2,7 @@ include ./inventory
|
||||
include ./stable
|
||||
|
||||
script(type='text/ng-template', id='partials/options.inventory.html')
|
||||
ul.nav.nav-tabs
|
||||
ul.options-menu
|
||||
li(ng-class="{ active: $state.includes('options.inventory.drops') }")
|
||||
a(ui-sref='options.inventory.drops')
|
||||
=env.t('market')
|
||||
|
||||
@@ -221,7 +221,7 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
|
||||
include ../shared/formatting-help
|
||||
|
||||
script(id='partials/options.profile.html', type="text/ng-template")
|
||||
ul.nav.nav-tabs
|
||||
ul.options-menu
|
||||
li(ng-class="{ active: $state.includes('options.profile.avatar') }")
|
||||
a(ui-sref='options.profile.avatar')
|
||||
=env.t('avatar')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
script(id='partials/options.settings.html', type="text/ng-template")
|
||||
ul.nav.nav-tabs
|
||||
ul.options-menu
|
||||
li(ng-class="{ active: $state.includes('options.settings.settings') }")
|
||||
a(ui-sref='options.settings.settings')
|
||||
=env.t('settings')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
script(type='text/ng-template', id='partials/options.social.hall.html')
|
||||
ul.nav.nav-tabs
|
||||
ul.options-submenu
|
||||
li(ng-class="{ active: $state.includes('options.social.hall.heroes') }")
|
||||
a(ui-sref='options.social.hall.heroes')
|
||||
=env.t('hallHeroes')
|
||||
|
||||
@@ -58,7 +58,7 @@ script(type='text/ng-template', id='partials/options.social.guilds.create.html')
|
||||
include ./create-group
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.guilds.html')
|
||||
ul.nav.nav-tabs
|
||||
ul.options-submenu
|
||||
li(ng-class="{ active: $state.includes('options.social.guilds.public') }")
|
||||
a(ui-sref='options.social.guilds.public')
|
||||
=env.t('publicGuilds')
|
||||
@@ -74,11 +74,9 @@ script(type='text/ng-template', id='partials/options.social.guilds.html')
|
||||
div(ui-view)
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.html')
|
||||
ul.nav.nav-tabs
|
||||
ul.options-menu
|
||||
li(ng-class="{ active: $state.includes('options.social.tavern') }")
|
||||
a(ui-sref='options.social.tavern')
|
||||
span.glyphicon.glyphicon-eye-close
|
||||
|
|
||||
=env.t('tavern')
|
||||
li(ng-class="{ active: $state.includes('options.social.party') }")
|
||||
a(ui-sref='options.social.party')
|
||||
@@ -88,13 +86,9 @@ script(type='text/ng-template', id='partials/options.social.html')
|
||||
=env.t('guilds')
|
||||
li(ng-class="{ active: $state.includes('options.social.challenges') }")
|
||||
a(ui-sref='options.social.challenges')
|
||||
span.glyphicon.glyphicon-bullhorn
|
||||
|
|
||||
=env.t('challenges')
|
||||
li(ng-class="{ active: $state.includes('options.social.hall') }")
|
||||
a(ui-sref='options.social.hall')
|
||||
span.glyphicon.glyphicon-flag
|
||||
|
|
||||
=env.t('hall')
|
||||
|
||||
.tab-content
|
||||
|
||||
Reference in New Issue
Block a user