habitica/views/shared/modals/drops.jade

13 lines
470 B
Text
Raw Normal View History

script(type='text/ng-template', id='modals/dropsEnabled.html')
.modal-header
h4=env.t('dropsEnabled')
.modal-body
p
span.item-drop-icon(class='Pet_Egg_Wolf')
span!=env.t('firstDrop', {eggText: "{{Content.eggs.Wolf.text}}", eggNotes: "{{Content.eggs.Wolf.notes}}"})
2013-10-13 03:22:56 +00:00
br
p
span.item-drop-icon(class='Pet_Currency_Gem')
span!=env.t('useGems')
.modal-footer
2014-02-01 18:39:05 +00:00
button.btn.btn-default.cancel(ng-click='$close()')=env.t('close')