_comments.html.haml revision 670bf306e8cf030775bccde8876f46da47ebdc9c
%h3 Latest comments
%ul
- @comments.each do |comment|
%li
commented
= link_to comment.commentable, comment.commentable
= timestamp comment
ago
.text
= truncate comment.text, :length => 100, :seperator => ' '
= link_to 'read more', commentable_path(comment)