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

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}} {{#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> <a href='{{unbound url}}'><div class='post-info post-date'>{{age-with-tooltip created_at}}</div></a>
</div> </div>
{{{unbound cooked}}} <div class='cooked'>
{{{unbound cooked}}}
</div>
</div> </div>
</div> </div>