Show fancy title when you scroll down on topics
This commit is contained in:
parent
42d996aae1
commit
c3b03e3cb6
|
@ -3,9 +3,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
{{#if view.topic.title}}
|
{{#if view.topic.fancy_title}}
|
||||||
{{view Discourse.TopicStatusView topicBinding="view.topic"}}
|
{{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}}
|
{{else}}
|
||||||
{{#if view.topic.missing}}
|
{{#if view.topic.missing}}
|
||||||
{{i18n topic.not_found.title}}
|
{{i18n topic.not_found.title}}
|
||||||
|
|
Loading…
Reference in New Issue