diff options
Diffstat (limited to 'actionmailer/test/fixtures/test_mailer')
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb index 08f05b5ef0..4c5806d30d 100644 --- a/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +++ b/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb @@ -1,3 +1,5 @@ Hello there, -Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %>
\ No newline at end of file +Mr. <%= @recipient %>. Please see our greeting at <%= @welcome_url %> <%= welcome_url %> + +<%= image_tag "somelogo.png" %>
\ No newline at end of file |