mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Add explicit cancel button to Fortify modal
This commit is contained in:
parent
26697546e8
commit
68b2c8b6bc
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ div(modal='modals.reroll')
|
|||
despair, and the beginning of each new day proves lethal, spend the Gems and catch a reprieve!
|
||||
|
||||
.modal-footer
|
||||
button.btn.btn-large.cancel(ng-click='modals.reroll = false') Never mind
|
||||
span(ng-if='user.balance < 1')
|
||||
a.btn.btn-success.btn-large(ng-click="modals.buyGems = true") Buy More Gems
|
||||
span.gem-cost Not enough Gems
|
||||
|
|
|
|||
Loading…
Reference in a new issue