|
|
@ -61,7 +61,7 @@
|
|
|
|
<!-- BEGIN posts -->
|
|
|
|
<!-- BEGIN posts -->
|
|
|
|
<div class="topic-row panel panel-default clearfix">
|
|
|
|
<div class="topic-row panel panel-default clearfix">
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="panel-body">
|
|
|
|
<a href="../../topic/{posts.topicSlug}#{posts.pid}" class="search-result-text">
|
|
|
|
<a href="../../topic/{posts.topic.slug}#{posts.pid}" class="search-result-text">
|
|
|
|
{posts.content}
|
|
|
|
{posts.content}
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
@ -71,10 +71,10 @@
|
|
|
|
<a href="../../user/{posts.userslug}">
|
|
|
|
<a href="../../user/{posts.userslug}">
|
|
|
|
<img title="{posts.username}" class="img-rounded user-img" src="{posts.picture}">
|
|
|
|
<img title="{posts.username}" class="img-rounded user-img" src="{posts.picture}">
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href="../../topic/{posts.topicSlug}#{posts.pid}">posted</a>
|
|
|
|
<a href="../../topic/{posts.topic.slug}#{posts.pid}"> [[global:posted]]</a>
|
|
|
|
in
|
|
|
|
[[global:in]]
|
|
|
|
<a href="../../category/{posts.categorySlug}">
|
|
|
|
<a href="../../category/{posts.category.slug}">
|
|
|
|
<i class="fa {posts.categoryIcon}"></i> {posts.categoryName}
|
|
|
|
<i class="fa {posts.category.icon}"></i> {posts.category.name}
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<span class="timeago" title="{posts.relativeTime}"></span>
|
|
|
|
<span class="timeago" title="{posts.relativeTime}"></span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|