mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 06:57:47 +00:00
refactor(bs3): misc fixes
This commit is contained in:
parent
685b7a3cd2
commit
b89081dd41
2 changed files with 2 additions and 2 deletions
|
|
@ -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]')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue