diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a67533f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 0.0.1 +- Fixing TBG URL issues diff --git a/app.rb b/app.rb index 46c9ef4..c9725ec 100644 --- a/app.rb +++ b/app.rb @@ -35,7 +35,7 @@ def tbg @companyLogo = "http://tbg-assets.s3.amazonaws.com/thebeansgroup/email_footer/ef-TBG-logo.jpg" - @companyURL = "http://thebeansgroup.com" + @companyURL = "http://www.thebeansgroup.com" @companyColor = "#00993b" @companyName = "The Beans Group" @companyPhone = "0870 3831 599" diff --git a/views/tbg_email.haml b/views/tbg_email.haml index 18dcfae..119940b 100644 --- a/views/tbg_email.haml +++ b/views/tbg_email.haml @@ -13,7 +13,7 @@ = @companyPhone %br %strong Web: - %a{:href=>@companyWeb, :style=>"color:#0000ff;"}= @companyWeb + %a{:href=>@companyURL, :style=>"color:#0000ff;"}= @companyWeb %br %strong Twitter: %a{:href=>@companyTwitterURL, :style=>"color:#0000ff;"}= @companyTwitter @@ -28,4 +28,4 @@ Office address: Unit 2, Bradley House, St Albans Lane, Golders Green, London NW11 7QE %br Registered Office: 6 Breams Buildings, London EC4A 1QL. Registered as a company in England and Wales, number: 5486885. VAT Registration Number: 873 0262 33 - %br \ No newline at end of file + %br