11 lines
250 B
Plaintext
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)
|
|
|
|
|