FEATURE: show bookmarked topics when doing filter=bookmarked

This commit is contained in:
Sam 2015-01-07 18:20:41 +11:00
parent ea87f5fd8a
commit 984f8f0c27
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@
{{#if expandPinned}}
{{raw "list/topic-excerpt" topic=topic}}
{{/if}}
{{#if topic.bookmarked_post_numbers}}
<div class='bookmarks'>
<i class='fa fa-bookmark'></i>
{{#each postNumber in topic.bookmarked_post_numbers}}
<a href='{{topic.url}}/{{postNumber}}'>#{{postNumber}}</a>
{{/each}}
</div>
{{/if}}
</td>
{{#unless controller.hideCategory}}