habitica-self-host/views/app/pets.html

18 lines
690 B
HTML
Raw Normal View History

2013-03-08 17:55:04 +00:00
<modals:>
2013-03-08 17:44:21 +00:00
<app:modals:modal modalId='dropsEnabled-modal' header="Drops Enabled!">
2013-03-09 13:17:02 +00:00
<p>You've unlocked the drop system.</p>
<p>Here's your first egg! {_user.items.eggs.0.text}</p>
2013-03-09 13:30:06 +00:00
<p>Feed it some meat to get it to hatch.</p>
2013-03-09 13:17:02 +00:00
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
2013-03-09 13:17:02 +00:00
</@footer>
</app:modals:modal>
<app:modals:modal modalId='itemDropped-modal' header="Item Dropped!">
<p>An item has dropped!</p>
<p>Here's your first {_drop.type} {_drop.text}!</p>
<p>{_drop.notes}</p>
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</@footer>
</app:modals:modal>