##// END OF EJS Templates
Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*.html.erb (#6317)...
Toshi MARUYAMA -
r7417:ef962b84d708
parent child
Show More
@@ -429,7 +429,7 class Mailer < ActionMailer::Base
429 :body => render(:file => "#{method_name}.text.erb",
429 :body => render(:file => "#{method_name}.text.erb",
430 :body => body, :layout => 'mailer.text.erb')
430 :body => body, :layout => 'mailer.text.erb')
431 part :content_type => "text/html",
431 part :content_type => "text/html",
432 :body => render_message("#{method_name}.text.html.rhtml", body)
432 :body => render_message("#{method_name}.html.erb", body)
433 end
433 end
434 end
434 end
435
435
1 NO CONTENT: file renamed from app/views/mailer/account_activated.text.html.rhtml to app/views/mailer/account_activated.html.erb
NO CONTENT: file renamed from app/views/mailer/account_activated.text.html.rhtml to app/views/mailer/account_activated.html.erb
1 NO CONTENT: file renamed from app/views/mailer/account_activation_request.text.html.rhtml to app/views/mailer/account_activation_request.html.erb
NO CONTENT: file renamed from app/views/mailer/account_activation_request.text.html.rhtml to app/views/mailer/account_activation_request.html.erb
1 NO CONTENT: file renamed from app/views/mailer/account_information.text.html.rhtml to app/views/mailer/account_information.html.erb
NO CONTENT: file renamed from app/views/mailer/account_information.text.html.rhtml to app/views/mailer/account_information.html.erb
1 NO CONTENT: file renamed from app/views/mailer/attachments_added.text.html.rhtml to app/views/mailer/attachments_added.html.erb
NO CONTENT: file renamed from app/views/mailer/attachments_added.text.html.rhtml to app/views/mailer/attachments_added.html.erb
1 NO CONTENT: file renamed from app/views/mailer/document_added.text.html.rhtml to app/views/mailer/document_added.html.erb
NO CONTENT: file renamed from app/views/mailer/document_added.text.html.rhtml to app/views/mailer/document_added.html.erb
1 NO CONTENT: file renamed from app/views/mailer/issue_add.text.html.rhtml to app/views/mailer/issue_add.html.erb
NO CONTENT: file renamed from app/views/mailer/issue_add.text.html.rhtml to app/views/mailer/issue_add.html.erb
1 NO CONTENT: file renamed from app/views/mailer/issue_edit.text.html.rhtml to app/views/mailer/issue_edit.html.erb
NO CONTENT: file renamed from app/views/mailer/issue_edit.text.html.rhtml to app/views/mailer/issue_edit.html.erb
1 NO CONTENT: file renamed from app/views/mailer/lost_password.text.html.rhtml to app/views/mailer/lost_password.html.erb
NO CONTENT: file renamed from app/views/mailer/lost_password.text.html.rhtml to app/views/mailer/lost_password.html.erb
1 NO CONTENT: file renamed from app/views/mailer/message_posted.text.html.rhtml to app/views/mailer/message_posted.html.erb
NO CONTENT: file renamed from app/views/mailer/message_posted.text.html.rhtml to app/views/mailer/message_posted.html.erb
1 NO CONTENT: file renamed from app/views/mailer/news_added.text.html.rhtml to app/views/mailer/news_added.html.erb
NO CONTENT: file renamed from app/views/mailer/news_added.text.html.rhtml to app/views/mailer/news_added.html.erb
1 NO CONTENT: file renamed from app/views/mailer/news_comment_added.text.html.rhtml to app/views/mailer/news_comment_added.html.erb
NO CONTENT: file renamed from app/views/mailer/news_comment_added.text.html.rhtml to app/views/mailer/news_comment_added.html.erb
1 NO CONTENT: file renamed from app/views/mailer/register.text.html.rhtml to app/views/mailer/register.html.erb
NO CONTENT: file renamed from app/views/mailer/register.text.html.rhtml to app/views/mailer/register.html.erb
1 NO CONTENT: file renamed from app/views/mailer/reminder.text.html.rhtml to app/views/mailer/reminder.html.erb
NO CONTENT: file renamed from app/views/mailer/reminder.text.html.rhtml to app/views/mailer/reminder.html.erb
1 NO CONTENT: file renamed from app/views/mailer/test.text.html.rhtml to app/views/mailer/test.html.erb
NO CONTENT: file renamed from app/views/mailer/test.text.html.rhtml to app/views/mailer/test.html.erb
1 NO CONTENT: file renamed from app/views/mailer/wiki_content_added.text.html.rhtml to app/views/mailer/wiki_content_added.html.erb
NO CONTENT: file renamed from app/views/mailer/wiki_content_added.text.html.rhtml to app/views/mailer/wiki_content_added.html.erb
1 NO CONTENT: file renamed from app/views/mailer/wiki_content_updated.text.html.rhtml to app/views/mailer/wiki_content_updated.html.erb
NO CONTENT: file renamed from app/views/mailer/wiki_content_updated.text.html.rhtml to app/views/mailer/wiki_content_updated.html.erb
General Comments 0
You need to be logged in to leave comments. Login now