mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
6 lines
No EOL
156 B
HTML
6 lines
No EOL
156 B
HTML
<alerts:>
|
|
{#if _flash.error}
|
|
<ul class="alert alert-error">
|
|
{#each _flash.error as :error}<li>{:error}</li>{/}
|
|
</ul>
|
|
{/} |