RE: post in topic list

main
psychobunny 9 years ago
parent 5d11a37336
commit 3d448d0a83

@ -3,7 +3,9 @@
<!-- BEGIN posts -->
<li component="post" class="posts-list-item row" data-pid="{posts.pid}" data-uid="{posts.uid}">
<div class="col-lg-11 col-sm-10 col-xs-9 post-body">
<a class="topic-title" href="{config.relative_path}/topic/{posts.topic.slug}/{posts.index}">{posts.topic.title}</a>
<a class="topic-title" href="{config.relative_path}/topic/{posts.topic.slug}/{posts.index}">
<!-- IF !posts.isMainPost -->RE: <!-- ENDIF !posts.isMainPost -->{posts.topic.title}
</a>
<div component="post/content" class="content">
{posts.content}
</div>

Loading…
Cancel
Save