Let's try the category on the left side of the title

This commit is contained in:
Robin Ward 2013-10-29 13:12:12 -04:00
parent 5689e314c5
commit be0d5bd1f0
1 changed files with 1 additions and 1 deletions

View File

@ -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>