mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
Remove extraneous div
This commit is contained in:
parent
4a9b0f1d12
commit
add761e58e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
.pull-left.customize-option(class='Pet_Food_{{selectedFood.key}}' ng-show='selectedFood')
|
||||
p(ng-show='selectedFood')
|
||||
!=env.t('displayItemForGold', {itemType: "{{selectedFood.text()}}"})
|
||||
div.clearfix
|
||||
.clearfix
|
||||
button.btn.btn-primary.btn-block(ng-show='selectedEgg', ng-click='sellInventory()')=env.t('sellForGold', {itemType: "{{selectedEgg.text()}}", gold: "{{selectedEgg.value}}"})
|
||||
button.btn.btn-primary.btn-block(ng-show='selectedPotion', ng-click='sellInventory()')=env.t('sellForGold', {itemType: "{{selectedPotion.text()}}", gold: "{{selectedPotion.value}}"})
|
||||
button.btn.btn-primary.btn-block(ng-show='selectedFood', ng-click='sellInventory()')=env.t('sellForGold', {item: "{{selectedFood.text()}}", gold: "{{selectedFood.value}}"})
|
||||
|
|
|
|||
Loading…
Reference in a new issue