diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 69c62f1..9ff9293 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -206,7 +206,7 @@ h1{ } .submit{ width:auto; - max-width:100%; + max-width:600px; text-align:right; padding:14px 0; padding-top:0px; diff --git a/app/mailers/question_mailer.rb b/app/mailers/question_mailer.rb index 8ace21f..5f44de7 100755 --- a/app/mailers/question_mailer.rb +++ b/app/mailers/question_mailer.rb @@ -9,7 +9,7 @@ class QuestionMailer < ActionMailer::Base def send_contact(contact) @contact = contact - mail to: "info@nicolasbally.com",:reply_to => @contact.email.to_s, :subject => "[Contact site]" + mail to: "info@nicolasbally.com,dmoiroud@ets-payre.fr",:reply_to => @contact.email.to_s, :subject => "[Contact site Jardinerie]" end diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 6fb3d90..95214dc 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -117,7 +117,7 @@
SARL JARDIMAISON
Av. du Montcelet
38380 ENTRE DEUX GUIERS
04 76 66 80 59
Lundi au Samedi
9:00–12:00 14:00-19:00
@@ -127,7 +127,7 @@
SAS Payre
Sillo les Aversains
38710 Mens
04 76 34 61 84
Mardi au Vendredi
8:30–12:30 14:00-18:00
Samedi
8:30–12:30 14:00-17:00
@@ -311,10 +311,10 @@ .contact_form.contact_militer#form =render :partial => "public/contacts/form" =image_tag "/bottom-lines.png", :id => "bottom_lines" - + =render :partial => "public/shared/footer" - + :javascript resize() \ No newline at end of file