mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -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:
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
|
||||
Reference in New Issue
Block a user