mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
pets: list cost of items in market
This commit is contained in:
parent
a966c2ce65
commit
88badc4929
1 changed files with 4 additions and 4 deletions
|
|
@ -23,14 +23,14 @@
|
|||
|
||||
<hatchingPotion:>
|
||||
<td class="active-hatchingPotion" x-bind="click:buyHatchingPotion" data-hatchingPotion='{.name}'>
|
||||
<div rel=tooltip class="Pet_HatchingPotion_{.name}" title="{.text} - {.value} Tokens"></div>
|
||||
{.text}
|
||||
<div class="Pet_HatchingPotion_{.name}"></div>
|
||||
{.text}<br/><small>{.value} tokens<small>
|
||||
</td>
|
||||
|
||||
<egg:>
|
||||
<td class="active-egg" x-bind="click:buyEgg" data-egg='{.name}'>
|
||||
<div rel=tooltip class="Pet_Egg_{.name}" title="{.text} - {.value} Tokens"></div>
|
||||
{.text}
|
||||
<div rel=tooltip class="Pet_Egg_{.name}"></div>
|
||||
{.text}<br/><small>{.value} tokens<small>
|
||||
</td>
|
||||
|
||||
<inventory:>
|
||||
|
|
|
|||
Loading…
Reference in a new issue