7 lines
248 B
Plaintext
Executable File
7 lines
248 B
Plaintext
Executable File
.white.padding.message-item
|
|
|
|
%h4= i(:"user") + " " + message.customer.anonyme_nick
|
|
%p.info=i(:"clock-o") + " Posté le #{message.created_at.strftime('%d/%m/%Y à %H:%M')}, il y a #{time_ago_in_words(message.created_at)}"
|
|
|
|
%p= message.content
|