Vulcan/client/views/common/error.html

5 lines
103 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}}
2014-07-05 11:42:28 +09:00
{{> UI.dynamic template=error_item}}
2012-10-08 10:44:13 +09:00
{{/each}}
2012-09-20 08:56:44 +09:00
</template>