mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Merge pull request #1988 from HabitRPG/sabe/tweak
Add explicit cancel button to Fortify modal
This commit is contained in:
commit
0f5afbedfb
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