negos_app/app/views/public/needs/_message.html.haml
2016-02-16 21:09:48 +01:00

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