Commit 12340ac4c05ba1d87b32713083c9cc21ffa56fad

Authored by Nathan Broadbent
1 parent c59150c0
Exists in master and in 1 other branch production

Fixed haml style tag - only needs one line

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/layouts/mailer.html.haml
... ... @@ -3,8 +3,7 @@
3 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4 4 =# stylesheet_link_tag 'mailers/mailer'
5 5 -# Include CSS inline
6   - %style
7   - = File.read(Rails.root.join('public/stylesheets/mailers/mailer.css'))
  6 + %style= File.read(Rails.root.join('public/stylesheets/mailers/mailer.css'))
8 7 %body(leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0")
9 8 %center
10 9 %table(cellpadding="0" cellspacing="0" border="0" width="100%")
... ...