From 7df73343768188ebcac0769c1b3a5db907ddb695 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 26 Jul 2013 23:54:24 +0200 Subject: [PATCH] page contact --- app/views/public/contact/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/contact/new.html.haml b/app/views/public/contact/new.html.haml index a8c7503..418d32f 100644 --- a/app/views/public/contact/new.html.haml +++ b/app/views/public/contact/new.html.haml @@ -14,7 +14,7 @@ %p{:style => "margin-top:0.5em;margin-bottom:0px;"} %label Message =text_area_tag :message, "", :placeholder => "Message", :style => "height:10em;width:90%;" - %p Les champs marqués d'un * sont requis. + =#%p Les champs marqués d'un * sont requis. =submit_tag "Envoyer"