Skip to content

Commit

Permalink
Use Rails 5 default mailer layout template
Browse files Browse the repository at this point in the history
  • Loading branch information
mediafinger committed Apr 28, 2017
1 parent 86a48a5 commit dc04486
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/generators/haml/mailer/templates/layout.html.haml
@@ -1,3 +1,8 @@
!!!
%html
%head
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
:css
/* Email styles need to be inline */
%body
= yield

0 comments on commit dc04486

Please sign in to comment.