mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
clicking expanded post date also jumps to post
This commit is contained in:
parent
7a86abd105
commit
24b282e5e9
1 changed files with 1 additions and 1 deletions
|
@ -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}}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue