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/news_comment_added.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/news_comment_added.text.erb')
-rw-r--r-- | app/views/mailer/news_comment_added.text.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/mailer/news_comment_added.text.erb b/app/views/mailer/news_comment_added.text.erb new file mode 100644 index 000000000..aadbc37c0 --- /dev/null +++ b/app/views/mailer/news_comment_added.text.erb @@ -0,0 +1,6 @@ +<%= @news.title %> +<%= @news_url %> + +<%= l(:text_user_wrote, :value => @comment.author) %> + +<%= @comment.comments %> |