diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2018-10-01 09:41:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 09:41:53 +0200 |
commit | 23ba41ec97c8ffd981bc165a52c4404ab14a4d6d (patch) | |
tree | 5744f0b5f6b5a0067cac082aa1959b0866927946 /apps | |
parent | a56ab6edf70c3cbeac31175eb064c2c4f3c5f349 (diff) | |
parent | 7e5b7f75ba05b45396a457577e5d601d0fc8e07f (diff) | |
download | nextcloud-server-23ba41ec97c8ffd981bc165a52c4404ab14a4d6d.tar.gz nextcloud-server-23ba41ec97c8ffd981bc165a52c4404ab14a4d6d.zip |
Merge pull request #11444 from nextcloud/feature/11413/handlebars_compile_step
Simple handlebars CI step
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/filesummary_template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filesummary_template.js b/apps/files/js/filesummary_template.js index c535c43cae5..67a4d6b4e86 100644 --- a/apps/files/js/filesummary_template.js +++ b/apps/files/js/filesummary_template.js @@ -4,7 +4,7 @@ templates['filesummary'] = template({"compiler":[7,">= 4.0.0"],"main":function(c var helper; return "<span class=\"info\">\n <span class=\"dirinfo\"></span>\n <span class=\"connector\">" - + container.escapeExpression(((helper = (helper = helpers.connectorLabel || (depth0 != null ? depth0.connectorLabel : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0,{"name":"connectorLabel","hash":{},"data":data}) : helper))) + + 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))) + "</span>\n <span class=\"fileinfo\"></span>\n <span class=\"hiddeninfo\"></span>\n <span class=\"filter\"></span>\n</span>\n"; },"useData":true}); })();
\ No newline at end of file |