dashboard link comments entry
And show the title of the entry as a tooltip
This commit is contained in:
parent
42ca45db68
commit
1e8d3a58e4
@ -15,7 +15,7 @@
|
||||
<ol class="plainList">
|
||||
{foreach $comments as $comment}
|
||||
<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>
|
||||
|
||||
<ul class="plainList actions">
|
||||
|
Loading…
x
Reference in New Issue
Block a user