Vulcan/client/views/common/error.js

8 lines
179 B
JavaScript
Raw Normal View History

2014-07-05 11:42:28 +09:00
Template[getTemplate('error')].helpers({
error_item: function () {
return getTemplate('error_item');
},
errors: function(){
return Errors.find({show: true});
}
});