From af4391bbda8eb3ec78bb1ff992b7199b6c2b910f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 14 Jun 2016 16:37:34 -0400 Subject: [PATCH] UX: Don't show right arrow in quotes --- app/assets/javascripts/discourse/widgets/post-cooked.js.es6 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 index f98a90eb1da..3c0c0a1332c 100644 --- a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 @@ -162,12 +162,7 @@ export default class PostCooked { // If it's the same topic as ours, build the URL from the topic object if (this.attrs.topicId === asideTopicId) { navLink = ``; - } else { - // Made up slug should be replaced with canonical URL - const asideLink = Discourse.getURL("/t/via-quote/") + asideTopicId + "/" + postNumber; - navLink = ``; } - } else { // assume the same topic navLink = ``;