suite
This commit is contained in:
parent
f0568d3dec
commit
a40f1bdf02
@ -221,16 +221,16 @@
|
|||||||
#sub_footer
|
#sub_footer
|
||||||
|
|
||||||
#logos
|
#logos
|
||||||
=link_to "http://payreagri.quartz.xyz", :target => "_blank" do
|
=link_to "https://payreagriculture.fr/", :target => "_blank" do
|
||||||
=image_tag "/payre-agriculture.png"
|
=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"
|
=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"
|
=image_tag "/payre-maintenance.png"
|
||||||
|
|
||||||
=link_to "http://payrejardinerie.fr/", :target => "_blank" do
|
=link_to "https://payrejardinerie.fr/", :target => "_blank" do
|
||||||
=image_tag "/payre-jardinerie.png"
|
=image_tag "/payre-jardinerie.png"
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
-else
|
-else
|
||||||
-url =""
|
-url =""
|
||||||
|
|
||||||
-url = "https#{("" if Rails.env.production?)}://"+HOSTNAME+url
|
-url = "http#{("s" if Rails.env.production?)}://"+HOSTNAME+url
|
||||||
-style = ""
|
-style = ""
|
||||||
-style = "text-align:center;width:100%;" if input.alignement == "center"
|
-style = "text-align:center;width:100%;" if input.alignement == "center"
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ Rails.application.configure do
|
|||||||
# Do not dump schema after migrations.
|
# Do not dump schema after migrations.
|
||||||
config.active_record.dump_schema_after_migration = false
|
config.active_record.dump_schema_after_migration = false
|
||||||
|
|
||||||
HOSTNAME="payrepmc.quartz.xyz"
|
HOSTNAME="payremaintenance.fr"
|
||||||
|
|
||||||
#config.action_mailer.delivery_method = :file
|
#config.action_mailer.delivery_method = :file
|
||||||
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
||||||
@ -91,7 +91,7 @@ Rails.application.configure do
|
|||||||
|
|
||||||
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'http' }
|
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'http' }
|
||||||
|
|
||||||
ANGORA_HOSTNAME = "stop-angora.fr"
|
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user