mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Added bootstrap styles to button.
This commit is contained in:
parent
11f61c2732
commit
cfaedb3ebd
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
|||
.col-md-6.border-right
|
||||
h3.equipment-title.hint(popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', popover=env.t('battleGearText'))=env.t('battleGear')
|
||||
div(ng-click='dequip("battleGear");')
|
||||
button {{env.t("dequipAll")}}
|
||||
button.btn.btn-default(type="button") {{env.t("dequipAll")}}
|
||||
li.customize-menu.inventory-gear
|
||||
menu.pets-menu(label='{{::label}}', ng-repeat='(klass,label) in {warrior:env.t("warrior"), wizard:env.t("mage"), rogue:env.t("rogue"), healer:env.t("healer"), special:env.t("special"), mystery:env.t("mystery")}', ng-show='gear[klass]')
|
||||
div(ng-repeat='item in gear[klass]')
|
||||
|
|
@ -17,7 +17,7 @@ script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
|||
|
|
||||
=env.t('useCostume')
|
||||
div(ng-click='dequip("costume");')
|
||||
button {{env.t("dequipAll")}}
|
||||
button.btn.btn-default(type="button") {{env.t("dequipAll")}}
|
||||
li.customize-menu(ng-if='user.preferences.costume')
|
||||
menu.pets-menu(label='{{::label}}', ng-repeat='(klass,label) in {warrior:env.t("warrior"), wizard:env.t("mage"), rogue:env.t("rogue"), healer:env.t("healer"), special:env.t("special"), mystery:env.t("mystery")}', ng-show='gear[klass]')
|
||||
div(ng-repeat='item in gear[klass]')
|
||||
|
|
|
|||
Loading…
Reference in a new issue