From 12340ac4c05ba1d87b32713083c9cc21ffa56fad Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 1 Feb 2012 01:35:42 +0800 Subject: [PATCH] Fixed haml style tag - only needs one line --- app/views/layouts/mailer.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/mailer.html.haml b/app/views/layouts/mailer.html.haml index 352f4d7..8e1c985 100644 --- a/app/views/layouts/mailer.html.haml +++ b/app/views/layouts/mailer.html.haml @@ -3,8 +3,7 @@ =# stylesheet_link_tag 'mailers/mailer' -# Include CSS inline - %style - = File.read(Rails.root.join('public/stylesheets/mailers/mailer.css')) + %style= File.read(Rails.root.join('public/stylesheets/mailers/mailer.css')) %body(leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0") %center %table(cellpadding="0" cellspacing="0" border="0" width="100%") -- libgit2 0.21.2