mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
Created new CSS entry for equipment title and modified inventory.jade accordingly
This commit is contained in:
parent
875698c111
commit
0afaa69d7d
1 changed files with 1 additions and 1 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'), style="display: inline-block;")
|
||||
i.icon-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:"Wizard", rogue:"Rogue", healer:"Healer", special:"Special"}', ng-show='gear[klass]')
|
||||
div(ng-repeat='item in gear[klass]')
|
||||
|
|
|
|||
Loading…
Reference in a new issue