Misc cleanup

This commit is contained in:
Matthew Dillon 2015-06-18 14:38:12 -08:00
parent 0710fdf680
commit 19359c341d
5 changed files with 9 additions and 10 deletions

View file

@ -1,3 +1,3 @@
{{#each error in a}}
{{#each a as |error|}}
<div class="flakes-message error">{{error.message}}</div>
{{/each}}