clicking expanded post date also jumps to post

This commit is contained in:
Jeff Atwood 2015-01-16 03:06:14 -08:00
parent 7a86abd105
commit 24b282e5e9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{{poster-name post=this}}
{{#if view.parentView.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n 'topic.jump_reply_up'}}"><i class='fa fa-arrow-up'></i></a>{{/if}}
{{#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}}
<div class='post-info post-date'>{{age-with-tooltip created_at}}</div>
<a href='{{unbound url}}'><div class='post-info post-date'>{{age-with-tooltip created_at}}</div></a>
</div>
{{{unbound cooked}}}