Commit 12340ac4c05ba1d87b32713083c9cc21ffa56fad
1 parent
c59150c0
Exists in
master
and in
1 other branch
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,8 +3,7 @@ | ||
3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
4 | =# stylesheet_link_tag 'mailers/mailer' | 4 | =# stylesheet_link_tag 'mailers/mailer' |
5 | -# Include CSS inline | 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 | %body(leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0") | 7 | %body(leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0") |
9 | %center | 8 | %center |
10 | %table(cellpadding="0" cellspacing="0" border="0" width="100%") | 9 | %table(cellpadding="0" cellspacing="0" border="0" width="100%") |