Pods, pods, everywhere
This commit is contained in:
parent
33f783bc42
commit
e623d52f34
66 changed files with 53 additions and 113 deletions
3
app/pods/components/display-errors/template.hbs
Normal file
3
app/pods/components/display-errors/template.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{#each error in a}}
|
||||
<div class="flakes-message error">{{error.message}}</div>
|
||||
{{/each}}
|
Reference in a new issue