Add mailer Welcome
This commit is contained in:
parent
a2a5d63c0d
commit
a65f271a60
9 changed files with 57 additions and 0 deletions
3
app/views/layouts/mailer.html.haml
Normal file
3
app/views/layouts/mailer.html.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
%hmtl
|
||||
%body
|
||||
= yield
|
1
app/views/layouts/mailer.text.haml
Normal file
1
app/views/layouts/mailer.text.haml
Normal file
|
@ -0,0 +1 @@
|
|||
= yield
|
Loading…
Add table
Add a link
Reference in a new issue