Add missing handlebar in featured_topics template

This commit is contained in:
Chris Hunt 2013-06-04 08:33:47 -07:00
parent c4904aacc0
commit 5ef4bcdecc

View File

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