From 4b8f05b4e25626822c83a102585c045f7bbf8f44 Mon Sep 17 00:00:00 2001 From: Nicolas VARROT Date: Fri, 18 Mar 2016 16:06:54 +0100 Subject: [PATCH] Bug fix on contact message mail --- app/views/customer_mailer/contact_message_received.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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