8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
=link_to [:public, conversation], :class => "customer_message_li", :id => "customer_message_#{conversation.id}", :remote => true do
|
|
|
|
|
|
.time
|
|
=l conversation.created_at, :format => "%d/%m/%y"
|
|
.pseudo
|
|
= render conversation.thing_conversations
|
|
.clear |