Small improvement of the error-alert styling

This commit is contained in:
Tobias Leugger 2013-03-02 00:27:59 +01:00
parent ba8cf7742a
commit 7fc1de01e6

View file

@ -1,6 +1,6 @@
<alerts:>
{#if _flash.error}
<ul class="alert alert-error">
<ul class="unstyled alert alert-error">
{#each _flash.error as :error}<li>{:error}</li>{/}
</ul>
{/}