From 07686591a6fe0627ffc6b37313cc59c31e156621 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sat, 22 Jul 2017 23:22:39 -0700 Subject: [PATCH] Fixed logo in emails --- app/views/layouts/user_mailer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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