1
0

dashboard link comments entry

And show the title of the entry as a tooltip
This commit is contained in:
onli
2013-10-01 01:39:28 +02:00
parent 42ca45db68
commit 1e8d3a58e4

View File

@ -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:"&hellip;"} <b><a href="{$comment.entrylink}" title="Comment to {$comment.title}">#{$comment.id}</a></b> - {$comment.body|truncate:100:"&hellip;"}
</div> </div>
<ul class="plainList actions"> <ul class="plainList actions">