diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-26 16:22:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-26 16:22:38 +0000 |
commit | a4c4edacfdf7665c29115b8707cb2814c11abaaa (patch) | |
tree | a539c1f26b1875ea006beb8ac604f435ca34e6a6 /app/views/mailer/test.text.erb | |
parent | 4e488434f74ed5f1d72a64d5b17b6697b4b2f2d6 (diff) | |
download | redmine-a4c4edacfdf7665c29115b8707cb2814c11abaaa.tar.gz redmine-a4c4edacfdf7665c29115b8707cb2814c11abaaa.zip |
Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/*.text.erb (#6317)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7536 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/test.text.erb')
-rw-r--r-- | app/views/mailer/test.text.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/mailer/test.text.erb b/app/views/mailer/test.text.erb new file mode 100644 index 000000000..790d6ab22 --- /dev/null +++ b/app/views/mailer/test.text.erb @@ -0,0 +1,2 @@ +This is a test email sent by Redmine. +Redmine URL: <%= @url %> |