From 27695c74c24463f6ae8842e60b5974d6f326fe71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 20 Apr 2016 23:43:23 +0200 Subject: [PATCH] remove unused file --- .../templates/components/topic-map.hbs | 88 ------------------- 1 file changed, 88 deletions(-) delete mode 100644 app/assets/javascripts/discourse/templates/components/topic-map.hbs 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}}