FIX: use fancy title in badges page

This commit is contained in:
Régis Hanol 2015-08-12 00:43:44 +02:00
parent 75b4972682
commit 60f5eb8f18
1 changed files with 1 additions and 1 deletions

View File

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