FIX: Add unseen "*" icon on category list for new topics.

This commit is contained in:
Robin Ward 2013-05-16 13:36:58 -04:00
parent d554a59102
commit 1e9497d9ef
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
{{#if new_posts}}
<a href="{{unbound lastReadUrl}}" class='badge new-posts badge-notification' title='{{i18n topic.new_posts new_posts="new_posts"}}'>{{unbound new_posts}}</a>
{{/if}}
{{#if unseen}}
<a href="{{unbound lastReadUrl}}" class='badge new-posts badge-notification' title='{{i18n topic.new}}'><i class='icon icon-asterisk'></i></a>
{{/if}}
</div>
</td>
<td class='num'><span class='badge-posts'>{{number posts_count}}</span></td>