15 lines
384 B
Plaintext
Executable File
15 lines
384 B
Plaintext
Executable File
.white.padding.message-item
|
|
|
|
-if message.customer
|
|
%h4
|
|
=message.customer.anonyme_nick
|
|
-elsif message.admin
|
|
%h4
|
|
="#{message.admin.fullname}"
|
|
%span{style:"color:red"}
|
|
="ADMINISTRATEUR"
|
|
|
|
%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
|