diff --git a/app/views/layouts/user_mailer.html.haml b/app/views/layouts/user_mailer.html.haml index 9287546..946658c 100644 --- a/app/views/layouts/user_mailer.html.haml +++ b/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