habitica/views/app/alerts.html

6 lines
165 B
HTML
Raw Normal View History

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