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

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"