Also show comment author in dashboard.
This commit is contained in:
parent
756c47980d
commit
03a25aab88
@ -18,7 +18,7 @@
|
||||
{if is_array($comments)}
|
||||
{foreach $comments as $comment}
|
||||
<li><div class="comment_summary">
|
||||
<b><a href="{$comment.entrylink}" title="Comment to {$comment.title}">#{$comment.id}</a></b> - {$comment.body|truncate:100:"…"}
|
||||
<b>{$comment.author|escape|truncate:30:"…"} {$CONST.IN} <a href="{$comment.entrylink}" title="Comment to {$comment.title}">#{$comment.id}</a></b> - {$comment.body|truncate:100:"…"}
|
||||
</div>
|
||||
<div id="c{$comment.id}_full" class="comment_full additional_info">{$comment.fullBody}</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user