dashboard link comments entry
And show the title of the entry as a tooltip
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
<ol class="plainList">
|
<ol class="plainList">
|
||||||
{foreach $comments as $comment}
|
{foreach $comments as $comment}
|
||||||
<li><div class="comment_summary">
|
<li><div class="comment_summary">
|
||||||
<b>#{$comment.id}</b> - {$comment.body|truncate:100:"…"}
|
<b><a href="{$comment.entrylink}" title="Comment to {$comment.title}">#{$comment.id}</a></b> - {$comment.body|truncate:100:"…"}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="plainList actions">
|
<ul class="plainList actions">
|
||||||
|
Reference in New Issue
Block a user