mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
Show fancy title when you scroll down on topics
This commit is contained in:
parent
42d996aae1
commit
c3b03e3cb6
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user