Browse Source

Fixed logo in emails

development
Godwin 7 years ago
parent
commit
07686591a6
  1. 2
      app/views/layouts/user_mailer.html.haml

2
app/views/layouts/user_mailer.html.haml

@ -20,7 +20,7 @@
%td{colspan: 2, style: 'height: 16px'}=' '.html_safe
%tr
%td{style: 'width: 50%; text-align: left'}
%img.image_fix{src: ((Rails.env.development? || Rails.env.test? ? 'https://preview-en.bikebike.org' : @host) + image_url('bblogo-paypal'))}
%img.image_fix{src: ((Rails.env.development? || Rails.env.test? ? 'https://preview-en.bikebike.org' : @host) + image_url('bblogo-paypal.png'))}
%td{style: 'width: 50%; text-align: left'}
%a{href: @host}=_!("© Bike!Bike! #{Date.today.year}").html_safe
%tr

Loading…
Cancel
Save