{:uriI"´file://app/assets/javascripts/templates/admin/comments/comment.jst.eco?type=application/javascript&pipeline=self&id=15a0200ef32d1c9e78313dc5af3d9935255c79af289b15fc270ab975e9a4cdfb:ET:load_pathI"app/assets/javascripts;T: filenameI"Dapp/assets/javascripts/templates/admin/comments/comment.jst.eco;T: nameI"%templates/admin/comments/comment;T:logical_pathI"-templates/admin/comments/comment.self.js;T:content_typeI"application/javascript;T:sourceI"E(function() { this.JST || (this.JST = {}); this.JST["templates/admin/comments/comment"] = function(__obj) { if (!__obj) __obj = {}; var __out = [], __capture = function(callback) { var out = __out, result; __out = []; callback.call(this); result = __out.join(''); __out = out; return __safe(result); }, __sanitize = function(value) { if (value && value.ecoSafe) { return value; } else if (typeof value !== 'undefined' && value != null) { return __escape(value); } else { return ''; } }, __safe, __objSafe = __obj.safe, __escape = __obj.escape; __safe = __obj.safe = function(value) { if (value && value.ecoSafe) { return value; } else { if (!(typeof value !== 'undefined' && value != null)) value = ''; var result = new String(value); result.ecoSafe = true; return result; } }; if (!__escape) { __escape = __obj.escape = function(value) { return ('' + value) .replace(/&/g, '&') .replace(//g, '>') .replace(/"/g, '"'); }; } (function() { (function() { __out.push('
\n ');
__out.push(__sanitize(this.comment.author));
__out.push(' on\n ');
__out.push(__sanitize((new App.Services.Date(this.comment.createdAt)).strftime('%d %b %y')));
__out.push('\n (edit)\n
\n ');
__out.push(__sanitize(this.comment.text));
__out.push('\n