26 lines
611 B
Plaintext
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
|
|
|
|
|
|
|
|
|