diff --git a/app/mailers/general_mails.rb b/app/mailers/general_mails.rb index fb6409c..c61d49e 100644 --- a/app/mailers/general_mails.rb +++ b/app/mailers/general_mails.rb @@ -4,7 +4,7 @@ class GeneralMails < ActionMailer::Base layout 'mail' - default from: "Pollen Concepts " + default from: "Pollen Concepts " def general(lang_slug, mail_type, email, options = {}) diff --git a/app/mailers/question_mailer.rb b/app/mailers/question_mailer.rb index 4b2f3c3..f46dab4 100755 --- a/app/mailers/question_mailer.rb +++ b/app/mailers/question_mailer.rb @@ -1,5 +1,5 @@ class QuestionMailer < ActionMailer::Base - default from: "Pollen Concepts " + default from: "Pollen Concepts " # Subject can be set in your I18n file at config/locales/en.yml # with the following lookup: diff --git a/app/models/file_tunel_download.rb b/app/models/file_tunel_download.rb index 7d5d9e3..a0c0000 100644 --- a/app/models/file_tunel_download.rb +++ b/app/models/file_tunel_download.rb @@ -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.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 pdf = ("pdf") diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index f77a271..7b4ecf9 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -46,15 +46,15 @@ -if @facebook_img - =raw '' - =raw '' + =raw '' + =raw '' =raw '' - =raw '' + =raw '' -begin diff --git a/config/environments/development.rb b/config/environments/development.rb index 586bfeb..c6edf61 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -3,7 +3,7 @@ Rails.application.configure do HOSTNAME="localhost:3000" - HOSTNAME="pollen.olwen.xyz" + HOSTNAME="psychologue-regny-clair.fr" # Settings specified here will take precedence over those in config/application.rb.