11 lines
425 B
Plaintext
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
|