From 8328aa97fd4dced395902290e483e2996cce5ee0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 5 Jun 2013 18:01:40 -0400 Subject: [PATCH] FIX: HTML email should use image_tag to get the correct path to the image --- app/views/email/template.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/email/template.html.erb b/app/views/email/template.html.erb index 3af349269b2..f24b453f8dd 100644 --- a/app/views/email/template.html.erb +++ b/app/views/email/template.html.erb @@ -6,7 +6,8 @@
- + + <%= image_tag(SiteSetting.logo_url, style: "height: 50px; margin-bottom: 15px; ") %>