mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
6 lines
No EOL
165 B
HTML
6 lines
No EOL
165 B
HTML
<alerts:>
|
|
{#if _flash.error}
|
|
<ul class="unstyled alert alert-error">
|
|
{#each _flash.error as :error}<li>{:error}</li>{/}
|
|
</ul>
|
|
{/} |