Sha256: 10323e13fb937acbad12d0ba1dcb49853a5540cafdd469b2d1c8909cef7df725
Contents?: true
Size: 1.99 KB
Versions: 5
Compression:
Stored size: 1.99 KB
Contents
I"î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, '>') .replace(/"/g, '"'); }; } (function() { (function() { __out.push('<tr id="user_'); __out.push(__sanitize(this.user.id)); __out.push('">\n <td>'); __out.push(__sanitize(this.user.email)); __out.push('</td>\n <td>'); __out.push(__sanitize(this.user.username)); __out.push('</td>\n <td>'); __out.push(__sanitize(this.user.confirmed ? "Yes" : "No")); __out.push('</td>\n <td>\n <a href="/admin/users/'); __out.push(__sanitize(this.user.id)); __out.push('">Show</a> |\n <a href="/admin/users/'); __out.push(__sanitize(this.user.id)); __out.push('/edit">Edit</a> |\n <a href="/admin/users/'); __out.push(__sanitize(this.user.id)); __out.push('" data-method="delete" data-confirm="Are you sure?">Delete</a>\n </td>\n</tr>\n'); }).call(this); }).call(__obj); __obj.safe = __objSafe, __obj.escape = __escape; return __out.join(''); }:ET
Version data entries
5 entries across 4 versions & 1 rubygems