8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
.center.padding
|
|
.things
|
|
Message à
|
|
-if @customer_message.thing_type == "Reseaux"
|
|
.reseaux=Reseaux.find(@customer_message.thing_id).name
|
|
-elsif @customer_message.thing_type == "Customer"
|
|
.customer=Customer.find(@customer_message.thing_id).anonyme_nick
|
|
=render :partial => "form" |