diff --git a/app/views/customer_mailer/contact_message_received.html.haml b/app/views/customer_mailer/contact_message_received.html.haml index 50d3a0e..fcc3b87 100644 --- a/app/views/customer_mailer/contact_message_received.html.haml +++ b/app/views/customer_mailer/contact_message_received.html.haml @@ -3,6 +3,6 @@ %p Un administrateur Négos vient de répondre à votre message. Pour répondre, connectez-vous à votre espace perso depuis le site. %p - %strong= @contact_message.admin.author_name + %strong= @contact_message.author_name %p= @contact_message.content