This commit is contained in:
Nicolas Bally 2020-10-10 08:16:30 +02:00
parent 26336c1e18
commit e5fe161649
5 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ class GeneralMails < ActionMailer::Base
layout 'mail' layout 'mail'
default from: "Pollen Concepts <contact@pollen-concepts.fr>" default from: "Pollen Concepts <contact@psychologue-regny-clair.fr>"
def general(lang_slug, mail_type, email, options = {}) def general(lang_slug, mail_type, email, options = {})

View File

@ -1,5 +1,5 @@
class QuestionMailer < ActionMailer::Base class QuestionMailer < ActionMailer::Base
default from: "Pollen Concepts <contact@pollen-concepts.fr>" default from: "Pollen Concepts <contact@psychologue-regny-clair.fr>"
# Subject can be set in your I18n file at config/locales/en.yml # Subject can be set in your I18n file at config/locales/en.yml
# with the following lookup: # with the following lookup:

View File

@ -67,7 +67,7 @@ class FileTunelDownload < ApplicationRecord
url = Rails.application.routes.url_helpers.fili_public_file_tunel_download_path(:id => self.token,:format => :html) url = Rails.application.routes.url_helpers.fili_public_file_tunel_download_path(:id => self.token,:format => :html)
url = (Rails.env.development? ? "http://localhost:4000" : "https://pollen.olwen.xyz").to_s+url url = (Rails.env.development? ? "http://localhost:4000" : "https://psychologue-regny-clair.fr").to_s+url
puts url puts url
pdf = ("pdf") pdf = ("pdf")

View File

@ -46,15 +46,15 @@
-if @facebook_img -if @facebook_img
=raw '<meta property="og:image" content="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>' =raw '<meta property="og:image" content="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
=raw '<link rel="image_src" href="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>' =raw '<link rel="image_src" href="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
=raw '<meta name="twitter:card" content="summary_large_image">' =raw '<meta name="twitter:card" content="summary_large_image">'
=raw '<meta property="twitter:image" content="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>' =raw '<meta property="twitter:image" content="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
-begin -begin

View File

@ -3,7 +3,7 @@ Rails.application.configure do
HOSTNAME="localhost:3000" HOSTNAME="localhost:3000"
HOSTNAME="pollen.olwen.xyz" HOSTNAME="psychologue-regny-clair.fr"
# Settings specified here will take precedence over those in config/application.rb. # Settings specified here will take precedence over those in config/application.rb.