FIX: no link tracking on any expanded posts

This commit is contained in:
Sam 2015-05-28 16:38:58 +10:00
parent bddbf70697
commit 9d113bd536
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@
{{#unless view.parentView.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n 'topic.jump_reply_down'}}"><i class='fa fa-arrow-down'></i></a>{{/unless}}
<a href='{{unbound url}}'><div class='post-info post-date'>{{age-with-tooltip created_at}}</div></a>
</div>
{{{unbound cooked}}}
<div class='cooked'>
{{{unbound cooked}}}
</div>
</div>
</div>