refactor(bs3): misc fixes

This commit is contained in:
Matteo Pagliazzi 2014-02-04 20:18:27 +01:00
parent 685b7a3cd2
commit b89081dd41
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ script(type='text/ng-template', id='partials/options.inventory.equipment.html')
.span6.border-right
h3.equipment-title=env.t('battleGear')
 
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('battleGearText'))
.glyphicon.glyphicon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('battleGearText'))
li.customize-menu.inventory-gear
menu.pets-menu(label='{{label}}', ng-repeat='(klass,label) in {base:"Base", warrior:"Warrior", wizard:"Mage", rogue:"Rogue", healer:"Healer", special:"Special"}', ng-show='gear[klass]')
div(ng-repeat='item in gear[klass]')

View file

@ -13,4 +13,4 @@ form.chat-form(ng-submit='postChat(group,message.content)')
input.btn.chat-btn(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}')
td
button.btn(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg'))
i(class='pull-right icon-refresh')
span.glyphicon.glyphicon-refresh.pull-right