FIX: Regression in badges linking to a post

This commit is contained in:
Robin Ward 2014-12-19 10:29:02 -05:00
parent 157378bfcc
commit de027d1f97
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</div>
{{/link-to}}
{{#if post_number}}
{{#if ub.post_number}}
<a class="post-link" href="{{unbound ub.topic.url}}/{{unbound ub.post_number}}">{{ub.topic.title}}</a>
{{/if}}
</div>