diff --git a/app/assets/javascripts/discourse/templates/list/list.js.handlebars b/app/assets/javascripts/discourse/templates/list/list.js.handlebars deleted file mode 100644 index d6fc140e9e6..00000000000 --- a/app/assets/javascripts/discourse/templates/list/list.js.handlebars +++ /dev/null @@ -1,44 +0,0 @@ -
-
- - - {{#if canCreateTopic}} - - {{/if}} - - {{#if canEditCategory}} - - {{/if}} - - {{#if canCreateCategory}} - - {{/if}} - -
-
- -
-
-
-
- {{#if loading}} -
- - - - -
-
{{i18n loading}}
-
-
- {{/if}} - - {{outlet listView}} -
-
-
-
- -