negos_app/app/views/public/needs/_message.html.haml
2016-10-18 17:19:45 +02:00

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