mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Remove the + icon if this file is included in the Buy Gems popup
This commit is contained in:
parent
d29971695e
commit
c65fe65d4e
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
a.pull-right.gem-wallet(ng-click='openModal("buyGems",{track:"Gems > Wallet"})', popover-trigger='mouseenter', popover-title=env.t('gems'), popover=env.t('gemsWhatFor'), popover-placement='bottom')
|
a.pull-right.gem-wallet(ng-click='openModal("buyGems",{track:"Gems > Wallet"})', popover-trigger='mouseenter', popover-title=env.t('gems'), popover=env.t('gemsWhatFor'), popover-placement='bottom')
|
||||||
span.task-action-btn.tile.flush.bright.add-gems-btn +
|
if !isGemsModal
|
||||||
|
span.task-action-btn.tile.flush.bright.add-gems-btn +
|
||||||
span.task-action-btn.tile.flush.neutral
|
span.task-action-btn.tile.flush.neutral
|
||||||
.Pet_Currency_Gem2x.Gems
|
.Pet_Currency_Gem2x.Gems
|
||||||
| {{user.balance * 4 | number:0}}
|
| {{user.balance * 4 | number:0}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue