mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
15 lines
No EOL
485 B
Text
15 lines
No EOL
485 B
Text
script(type='text/ng-template', id='modals/dropsEnabled.html')
|
|
.modal-header
|
|
h4=env.t('dropsEnabled')
|
|
.modal-body
|
|
p
|
|
figure
|
|
.item-drop-icon(class='Pet_Egg_Wolf')
|
|
span!=env.t('firstDrop', {eggText: "{{Content.eggs.Wolf.text}}", eggNotes: "{{Content.eggs.Wolf.notes}}"})
|
|
br
|
|
p
|
|
figure
|
|
.item-drop-icon(class='Pet_Currency_Gem')
|
|
span!=env.t('useGems')
|
|
.modal-footer
|
|
button.btn.btn-default(ng-click='$close()')=env.t('close') |