mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
10 lines
No EOL
375 B
HTML
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> |