diff --git a/app/assets/javascripts/discourse/templates/components/topic-map.hbs b/app/assets/javascripts/discourse/templates/components/topic-map.hbs deleted file mode 100644 index 59be8972ba..0000000000 --- a/app/assets/javascripts/discourse/templates/components/topic-map.hbs +++ /dev/null @@ -1,88 +0,0 @@ - - -
- -
- -{{#unless mapCollapsed}} -
-

{{i18n 'topic_map.participants_title'}}

- {{#each details.participants as |p|}} - {{topic-participant participant=p}} - {{/each}} -
- - {{#if infoLinks}} - - {{/if}} -{{/unless}}