mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Define the variable to control display of the + icon and the onClick functionality
This commit is contained in:
parent
a1eb4bfa5b
commit
d29971695e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
script(id='modals/buyGems.html', type='text/ng-template')
|
||||
.modal-body
|
||||
.buy-gems
|
||||
- var isGemsModal = true
|
||||
include ../gems
|
||||
- isGemsModal = false
|
||||
.well
|
||||
h3=env.t('buyGems')
|
||||
table.table
|
||||
|
|
|
|||
Loading…
Reference in a new issue