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

@ -116,6 +116,7 @@
<!-- BEGIN posts --> <!-- BEGIN posts -->
<div class="clearfix"> <div class="clearfix">
<p>{posts.content}</p> <p>{posts.content}</p>
<small>
<span class="pull-right"> <span class="pull-right">
<a href="../../topic/{posts.tid}/#{posts.pid}">posted</a> <a href="../../topic/{posts.tid}/#{posts.pid}">posted</a>
in in
@ -124,6 +125,7 @@
</a> </a>
<span class="timeago" title="{posts.relativeTime}"></span> <span class="timeago" title="{posts.relativeTime}"></span>
</span> </span>
</small>
</div> </div>
<hr/> <hr/>
<!-- END posts --> <!-- END posts -->

@ -25,6 +25,7 @@
<p>{posts.content}</p> <p>{posts.content}</p>
<div> <div>
<small>
<span class="pull-right"> <span class="pull-right">
<a href="../../topic/{posts.tid}/#{posts.pid}">posted</a> <a href="../../topic/{posts.tid}/#{posts.pid}">posted</a>
in in
@ -33,6 +34,7 @@
</a> </a>
<span class="timeago" title="{posts.relativeTime}"></span> <span class="timeago" title="{posts.relativeTime}"></span>
</span> </span>
</small>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save