php_app/app/views/public/comments/_comment.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

26 lines
611 B
Plaintext

.comment#comment{:class => ("author" if comment.email == "info@nicolasbally.com"), :id => comment.id}
%aside=#gravatar_image_tag(comment.email? ? comment.email : comment.pseudo, :gravatar => {:default => "http://#{HOSTNAME}/assets/front/default_avatar.jpg"})
%p.header
Mot doux 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