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

View file

@ -23,6 +23,7 @@ html(ng-app="habitrpg", ng-controller="RootCtrl", ng-class='{"applying-action":a
body(ng-cloak, ng-controller='GroupsCtrl')
include ./shared/mixins
include ./shared/header/avatar
include ./shared/header/menu
include ./shared/modals/index

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

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')

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')

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