negos_app/app/views/admin/conversations/_contact_message.html.haml
2016-03-08 20:49:34 +01:00

7 lines
365 B
Plaintext
Executable File

.white.padding.message-item{style:contact_message.admin ? "background-color:#e8e8e8" : "background-color:#b7e7ff"}
%h4= ic(:"user") + " " + contact_message.author_name
%p.info=ic(:"clock-o") + " Posté le #{contact_message.created_at.strftime('%d/%m/%Y à %H:%M')}, il y a #{time_ago_in_words(contact_message.created_at)}"
%p= contact_message.content