mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
19 lines
748 B
Handlebars
19 lines
748 B
Handlebars
<div class='row'>
|
|
<div class='topic-avatar'>
|
|
<div class='contents'>
|
|
<div>
|
|
{{poster-avatar post=this classNames="main-avatar"}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='topic-body'>
|
|
<div class="topic-meta-data">
|
|
{{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}}
|
|
<div class='post-info post-date'>{{age-with-tooltip created_at}}</div>
|
|
</div>
|
|
{{{unbound cooked}}}
|
|
{{#unless view.parentView.previousPost}}<a href='{{unbound url}}' class="arrow" title="{{i18n 'topic.jump_reply_down'}}"><i class='fa fa-arrow-down'></i></a>{{/unless}}
|
|
</div>
|
|
</div>
|