v1.18.x
Baris Soner Usakli 11 years ago
parent 9cd2b36c97
commit 93534832b9

@ -116,14 +116,16 @@
<!-- BEGIN posts --> <!-- BEGIN posts -->
<div class="clearfix"> <div class="clearfix">
<p>{posts.content}</p> <p>{posts.content}</p>
<span class="pull-right"> <small>
<a href="../../topic/{posts.tid}/#{posts.pid}">posted</a> <span class="pull-right">
in <a href="../../topic/{posts.tid}/#{posts.pid}">posted</a>
<a href="../../category/{posts.categorySlug}"> in
<i class="fa {posts.categoryIcon}"></i> {posts.categoryName} <a href="../../category/{posts.categorySlug}">
</a> <i class="fa {posts.categoryIcon}"></i> {posts.categoryName}
<span class="timeago" title="{posts.relativeTime}"></span> </a>
</span> <span class="timeago" title="{posts.relativeTime}"></span>
</span>
</small>
</div> </div>
<hr/> <hr/>
<!-- END posts --> <!-- END posts -->

@ -25,14 +25,16 @@
<p>{posts.content}</p> <p>{posts.content}</p>
<div> <div>
<span class="pull-right"> <small>
<a href="../../topic/{posts.tid}/#{posts.pid}">posted</a> <span class="pull-right">
in <a href="../../topic/{posts.tid}/#{posts.pid}">posted</a>
<a href="../../category/{posts.categorySlug}"> in
<i class="fa {posts.categoryIcon}"></i> {posts.categoryName} <a href="../../category/{posts.categorySlug}">
</a> <i class="fa {posts.categoryIcon}"></i> {posts.categoryName}
<span class="timeago" title="{posts.relativeTime}"></span> </a>
</span> <span class="timeago" title="{posts.relativeTime}"></span>
</span>
</small>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save