classes: better-positioned justin

This commit is contained in:
Tyler Renelle 2013-12-17 17:24:14 -07:00
parent e0623e6add
commit 03c4a04ff5
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ angular.module('guideServices', []).
onShow: _.once(function(tour){
$timeout(function(){tour.goTo(0)});
}),
orphan: true,
element: '.equipment-tab',
title: "Class Gear",
content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice <strong>" + User.user.stats.class + "</strong> equipment. Wearing your class's gear grants you a 1.5% bonus to stats. However, feel free to switch back to your old gear."
},

View file

@ -12,7 +12,7 @@ script(type='text/ng-template', id='partials/options.inventory.html')
li(ng-class="{ active: $state.includes('options.inventory.mounts') }")
a(ui-sref='options.inventory.mounts')
| Mounts
li(ng-class="{ active: $state.includes('options.inventory.equipment') }")
li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.equipment') }")
a(ui-sref='options.inventory.equipment')
| Equipment