From c3b03e3cb6084d19d10b25132009f7b9d3ea1a2e Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 21 Feb 2013 11:21:10 -0500 Subject: [PATCH] Show fancy title when you scroll down on topics --- .../discourse/templates/topic_extra_info.js.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/topic_extra_info.js.handlebars b/app/assets/javascripts/discourse/templates/topic_extra_info.js.handlebars index 2de1dd25e..1b5520d21 100644 --- a/app/assets/javascripts/discourse/templates/topic_extra_info.js.handlebars +++ b/app/assets/javascripts/discourse/templates/topic_extra_info.js.handlebars @@ -3,9 +3,9 @@ {{/if}}

-{{#if view.topic.title}} +{{#if view.topic.fancy_title}} {{view Discourse.TopicStatusView topicBinding="view.topic"}} - {{view.topic.title}} + {{{view.topic.fancy_title}}} {{else}} {{#if view.topic.missing}} {{i18n topic.not_found.title}}