habitica/views/app/pets.html
2013-03-09 13:33:57 -05:00

10 lines
No EOL
375 B
HTML

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