Skip to content

Commit

Permalink
Merge branch 'feature/tbg-url-fix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
luxerama committed Sep 11, 2013
2 parents a243270 + e21f2e1 commit 1e1834e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 0.0.1
- Fixing TBG URL issues
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions views/tbg_email.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
%br

0 comments on commit 1e1834e

Please sign in to comment.