diff options
Diffstat (limited to 'test/dummy/app/views/layouts/mailer.html.erb')
-rw-r--r-- | test/dummy/app/views/layouts/mailer.html.erb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/dummy/app/views/layouts/mailer.html.erb b/test/dummy/app/views/layouts/mailer.html.erb deleted file mode 100644 index 3aac900..0000000 --- a/test/dummy/app/views/layouts/mailer.html.erb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
5 | <style> | ||
6 | /* Email styles need to be inline */ | ||
7 | </style> | ||
8 | </head> | ||
9 | |||
10 | <body> | ||
11 | <%= yield %> | ||
12 | </body> | ||
13 | </html> | ||