centaure2_app/app/views/public/comments/_comment.html.haml
Nicolas Bally 7d852277ae initial
2015-04-09 22:18:02 +02:00

11 lines
250 B
Plaintext

.comment#comment{:class => ("author" if comment.email == "info@nicolasbally.com"), :id => comment.id}
%p
Le
=l(comment.created_at, :format => :human_date)
par
%strong=h comment.pseudo
.message=simple_format h(comment.comment)