mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-25 23:25:41 +00:00
And of course convert this into a mixin
This commit is contained in:
parent
6f3ee14842
commit
153e0db71d
1 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
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 +
|
||||
span.task-action-btn.tile.flush.neutral
|
||||
.Pet_Currency_Gem2x.Gems
|
||||
| {{user.balance * 4 | number:0}}
|
||||
=env.t('gems')
|
||||
mixin gemButton(isGemsModal)
|
||||
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 +
|
||||
span.task-action-btn.tile.flush.neutral
|
||||
.Pet_Currency_Gem2x.Gems
|
||||
| {{user.balance * 4 | number:0}}
|
||||
=env.t('gems')
|
||||
|
|
|
|||
Loading…
Reference in a new issue