From 335efcc43b2ac731794cf0bea92c249d8b2a5cd5 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 1 Oct 2018 10:43:17 +0200 Subject: Move to 1 template file for files Signed-off-by: Roeland Jago Douma --- apps/files/js/templates.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/files/js/templates.js (limited to 'apps/files/js/templates.js') diff --git a/apps/files/js/templates.js b/apps/files/js/templates.js new file mode 100644 index 00000000000..325592a3f88 --- /dev/null +++ b/apps/files/js/templates.js @@ -0,0 +1,10 @@ +(function() { + var template = Handlebars.template, templates = OCA.Files.Templates = OCA.Files.Templates || {}; +templates['filesummary'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { + var helper; + + return "\n \n " + + container.escapeExpression(((helper = (helper = helpers.connectorLabel || (depth0 != null ? depth0.connectorLabel : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"connectorLabel","hash":{},"data":data}) : helper))) + + "\n \n \n \n\n"; +},"useData":true}); +})(); \ No newline at end of file -- cgit v1.2.3