fix a minor syntax error when opening reroll modal.

This commit is contained in:
Anil Anar 2015-10-22 09:24:04 +02:00
parent 9fb671f068
commit e269e04172

View file

@ -9,7 +9,7 @@ script(type='text/ng-template', id='modals/reroll.html')
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('neverMind')
span(ng-if='user.balance < 1')
a.btn.btn-success(ng-click='openModal("buyGems",{track:{"Gems > Reroll"}})')=env.t('buyMoreGems')
a.btn.btn-success(ng-click='openModal("buyGems",{track:"Gems > Reroll"})')=env.t('buyMoreGems')
span.gem-cost=env.t('notEnoughGems')
span(ng-if='user.balance >= 1', ng-controller='SettingsCtrl')
a.btn.btn-danger(ng-click='$close(); reroll()')=env.t('fortify')