habitica/views/app/alerts.html

6 lines
156 B
HTML
Raw Normal View History

<alerts:>
{#if _flash.error}
2013-02-17 05:55:52 +00:00
<ul class="alert alert-error">
{#each _flash.error as :error}<li>{:error}</li>{/}
</ul>
{/}