habitica/views/app/pets.html
2013-03-09 20:03:24 -05:00

9 lines
No EOL
368 B
HTML

<modals:>
<app:modals:modal modalId='dropsEnabled-modal' header="Drops Enabled!">
<p>You've unlocked the drop system.</p>
<p>Here's your first egg! {_user.items.eggs.0.text}</p>
<p>Feed it some meat to get it to hatch.</p>
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</@footer>
</app:modals:modal>