Skip to content

Commit 0cc4828

Browse files
authored
Merge pull request #113 from mediafinger/use-rails-mailer-layout
Use Rails 5 default mailer layout template
2 parents 86a48a5 + dc04486 commit 0cc4828

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
!!!
12
%html
3+
%head
4+
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
5+
:css
6+
/* Email styles need to be inline */
27
%body
38
= yield

0 commit comments

Comments
 (0)