Let's try the category on the left side of the title
This commit is contained in:
parent
5689e314c5
commit
be0d5bd1f0
|
@ -10,6 +10,7 @@
|
|||
<a {{bindAttr class=":star topic.starred:starred"}} {{action toggleStar}} href='#' {{bindAttr title="topic.favoriteTooltip"}}></a>
|
||||
{{/if}}
|
||||
<h1>
|
||||
{{boundCategoryLink topic.category}}
|
||||
{{#if topic.details.loaded}}
|
||||
{{topicStatus topic=topic}}
|
||||
<a class='topic-link' href='{{unbound topic.url}}'>{{{topic.fancy_title}}}</a>
|
||||
|
@ -20,7 +21,6 @@
|
|||
{{i18n topic.loading}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{boundCategoryLink topic.category}}
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue