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