blog_perso_app/app/views/public/comments/_comment.html.haml
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

26 lines
585 B
Plaintext

.comment
%aside=gravatar_image_tag(comment.email? ? comment.email : comment.pseudo, :gravatar => {:default => :identicon})
%p.header
=gravatar_image_tag(comment.email? ? comment.email : comment.pseudo, :gravatar => {:default => :identicon})
Commentaire de
%strong
-if comment.website?
=link_to comment.pseudo, comment.website, :target => "_blank"
-else
=comment.pseudo
%time.updated{:datetime => Time.now, :pubdate => true}
envoyé
="le "+l(comment.created_at, :format => :human_date)
%blockquote=simple_format comment.comment