12 lines
422 B
Smarty
12 lines
422 B
Smarty
<div class="clearfix">
|
|
<div class="icon float-start">
|
|
<a href="<!-- IF post.user.remoteId -->{config.relative_path}/user/{post.user.remoteId}<!-- ELSE -->#<!-- ENDIF post.user.remoteId -->">
|
|
{buildAvatar(post.user, "24px", true, "", "user/picture")} {post.user.username}
|
|
</a>
|
|
</div>
|
|
<small class="float-end">
|
|
<span class="timeago" title="{post.timestampISO}"></span>
|
|
</small>
|
|
</div>
|
|
|
|
<div>{post.content}</div> |