Show fancy title when you scroll down on topics

This commit is contained in:
Robin Ward 2013-02-21 11:21:10 -05:00
parent 42d996aae1
commit c3b03e3cb6

View file

@ -3,9 +3,9 @@
{{/if}}
<h1>
{{#if view.topic.title}}
{{#if view.topic.fancy_title}}
{{view Discourse.TopicStatusView topicBinding="view.topic"}}
<a class='topic-link' href='{{unbound view.topic.url}}'>{{view.topic.title}}</a>
<a class='topic-link' href='{{unbound view.topic.url}}'>{{{view.topic.fancy_title}}}</a>
{{else}}
{{#if view.topic.missing}}
{{i18n topic.not_found.title}}