From db16310b8353e4f55d948938567486914d2f7dbf Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 17 Jan 2019 10:30:46 +0100 Subject: [PATCH] suite --- app/mailers/question_mailer.rb | 2 +- app/views/layouts/public.html.haml | 8 ++++---- config/nginx.conf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/mailers/question_mailer.rb b/app/mailers/question_mailer.rb index 5b4395c..8ace21f 100755 --- a/app/mailers/question_mailer.rb +++ b/app/mailers/question_mailer.rb @@ -1,5 +1,5 @@ class QuestionMailer < ActionMailer::Base - default from: "contact@payre.co" + default from: "contact@ets-payre.fr" # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 143f1df..953f72d 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -227,7 +227,7 @@ =link_to "https://payremaintenance.fr", :target => "_blank" do =image_tag "/payre-maintenance.png" - =link_to "http://payrejardi.quartz.xyz", :target => "_blank" do + =link_to "http://payrejardinerie.fr/", :target => "_blank" do =image_tag "/payre-jardinerie.png" #place @@ -244,11 +244,11 @@ 04 76 35 31 69 %br =ic :fax - 04 76 35 37 36 + 04 76 35 67 36 %br - =link_to "mailto:contact@payre.co" do + =link_to "mailto:contact@ets-payre.fr" do =ic :"envelope-o" - contact@payre.co + contact@ets-payre.fr .clear diff --git a/config/nginx.conf b/config/nginx.conf index a6ce74f..402fea1 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -32,7 +32,7 @@ server { server { listen [::]:80; - server_name payreagri.quartz.xyz payreagriculture.fr *.payreagriculture.fr groupepayre.fr *.groupepayre.fr; + server_name payreagri.quartz.xyz payreagriculture.fr *.payreagriculture.fr; return 301 https://payreagriculture.fr$request_uri;