Merge pull request #953 from chrishunt/chrishunt/fix-featured-topic

Add missing handlebar in featured_topics template
This commit is contained in:
Robin Ward 2013-06-04 10:31:44 -07:00
commit 11e703f6a0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<td class='main-link'>
<div class='topic-inset'>
{{topicStatus topic=this}}
{{{topicLink this}}
{{{topicLink this}}}
{{#if unread}}
<a href="{{unbound lastReadUrl}}" class='badge unread badge-notification' title='{{i18n topic.unread_posts unread="unread"}}'>{{unbound unread}}</a>
{{/if}}