From 2f39a4ac6d7bd4da89ff89d4ab4cd23502989d3b Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 18 Nov 2013 13:45:14 -0500 Subject: [PATCH] Don't shorten links in Topic Map --- .../templates/components/discourse-topic-map.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/components/discourse-topic-map.js.handlebars b/app/assets/javascripts/discourse/templates/components/discourse-topic-map.js.handlebars index 8793df5a6df..7e028cbd68e 100644 --- a/app/assets/javascripts/discourse/templates/components/discourse-topic-map.js.handlebars +++ b/app/assets/javascripts/discourse/templates/components/discourse-topic-map.js.handlebars @@ -50,7 +50,7 @@
  • {{clicks}} - {{#if title}}{{shorten title}}{{else}}{{shortenUrl url}}{{/if}} + {{#if title}}{{title}}{{else}}{{shortenUrl url}}{{/if}} {{#if internal}}{{/if}}