2017-06-06 16:15:40 +02:00

11 lines
425 B
Plaintext

.things= render @conversation.thing_conversations
.answer_link
%p{:style => "margin:40px;"}
%center=link_to "Répondre", new_public_customer_message_path(:conversation_id => @conversation.id), :remote => true, :class => "btn btn-primary"
#message_form
#message_answers
=render :partial => "customer_message_show", :collection => @conversation.customer_messages.order("created_at DESC"), :as => :customer_message