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

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

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

Loading…
Cancel
Save