suite
This commit is contained in:
parent
603a4a5577
commit
5084aa8c90
@ -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:
|
||||
|
@ -218,16 +218,16 @@
|
||||
#sub_footer
|
||||
|
||||
#logos
|
||||
=link_to "http://payreagri.quartz.xyz", :target => "_blank" do
|
||||
=link_to "https://payreagriculture.fr", :target => "_blank" do
|
||||
=image_tag "/payre-agriculture.png"
|
||||
|
||||
=link_to "http://payre3p.quartz.xyz", :target => "_blank" do
|
||||
=link_to "https://payreenergies.fr", :target => "_blank" do
|
||||
=image_tag "/payre-energies.png"
|
||||
|
||||
=link_to "http://payrepmc.quartz.xyz", :target => "_blank" do
|
||||
=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
|
||||
|
||||
|
@ -33,7 +33,7 @@ server {
|
||||
|
||||
server {
|
||||
listen [::]:80;
|
||||
server_name payre3p.quartz.xyz payreenergies.fr *.payreenergies.fr groupepayre.fr *.groupepayre.fr payreenergie.fr *.payreenergie.fr;
|
||||
server_name payre3p.quartz.xyz payreenergies.fr *.payreenergies.fr payreenergie.fr *.payreenergie.fr;
|
||||
|
||||
return 301 https://payreenergies.fr$request_uri;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user