Source the new mixin file, and call the mixins in place of including the former gems.jade

This commit is contained in:
Lucy Davies
2015-01-01 23:58:28 +00:00
parent 153e0db71d
commit 0754b58cc2
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
script(id='modals/buyGems.html', type='text/ng-template')
.modal-body
.buy-gems
include ../gems
+gemButton
.well
h3=env.t('buyGems')
table.table
+1 -1
View File
@@ -18,7 +18,7 @@ script(type='text/ng-template', id='modals/pet-key.html')
.modal-header
h4=env.t('petKeyBegin')
.modal-body
include ../gems
+gemButton
figure
.npc_alex
p=env.t('petKeyInfo')
+1 -1
View File
@@ -15,7 +15,7 @@ script(type='text/ng-template', id='modals/rebirth.html')
.modal-header
h4=env.t('rebirthBegin')
.modal-body
include ../gems
+gemButton
figure
.rebirth_orb
p=env.t('rebirthStartOver')
+1 -1
View File
@@ -3,7 +3,7 @@ script(type='text/ng-template', id='modals/reroll.html')
.modal-header
h4=env.t('fortify')
.modal-body
include ../gems
+gemButton
p=env.t('fortifyText')
.modal-footer