mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missed svn adds. References #7534.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
b195ed61c8
commit
cd9d1711da
2 changed files with 12 additions and 0 deletions
6
actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
vendored
Normal file
6
actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
%p Hello there,
|
||||
|
||||
%p
|
||||
Mr.
|
||||
= @recipient
|
||||
from haml
|
6
actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
vendored
Normal file
6
actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
%p Hello there,
|
||||
|
||||
%p
|
||||
Mr.
|
||||
= @recipient
|
||||
from haml
|
Loading…
Reference in a new issue