mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Show fancy title when you scroll down on topics
This commit is contained in:
parent
42d996aae1
commit
c3b03e3cb6
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue