Vulcan/client/views/common/error.html

5 lines
83 B
HTML
Raw Normal View History

2012-09-20 08:56:44 +09:00
<template name="error">
2012-10-08 10:44:13 +09:00
{{#each errors}}
{{> error_item}}
{{/each}}
2012-09-20 08:56:44 +09:00
</template>