mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-24 06:35:27 +00:00
Source the new mixin file, and call the mixins in place of including the former gems.jade
This commit is contained in:
parent
153e0db71d
commit
0754b58cc2
5 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue