]> source.dussan.org Git - redmine.git/commit
Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to app/views/mailer/*.text...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Sep 2011 16:22:38 +0000 (16:22 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Sep 2011 16:22:38 +0000 (16:22 +0000)
commita4c4edacfdf7665c29115b8707cb2814c11abaaa
treea539c1f26b1875ea006beb8ac604f435ca34e6a6
parent4e488434f74ed5f1d72a64d5b17b6697b4b2f2d6
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
33 files changed:
app/models/mailer.rb
app/views/mailer/account_activated.text.erb [new file with mode: 0644]
app/views/mailer/account_activated.text.plain.rhtml [deleted file]
app/views/mailer/account_activation_request.text.erb [new file with mode: 0644]
app/views/mailer/account_activation_request.text.plain.rhtml [deleted file]
app/views/mailer/account_information.text.erb [new file with mode: 0644]
app/views/mailer/account_information.text.plain.rhtml [deleted file]
app/views/mailer/attachments_added.text.erb [new file with mode: 0644]
app/views/mailer/attachments_added.text.plain.rhtml [deleted file]
app/views/mailer/document_added.text.erb [new file with mode: 0644]
app/views/mailer/document_added.text.plain.rhtml [deleted file]
app/views/mailer/issue_add.text.erb [new file with mode: 0644]
app/views/mailer/issue_add.text.plain.rhtml [deleted file]
app/views/mailer/issue_edit.text.erb [new file with mode: 0644]
app/views/mailer/issue_edit.text.plain.rhtml [deleted file]
app/views/mailer/lost_password.text.erb [new file with mode: 0644]
app/views/mailer/lost_password.text.plain.rhtml [deleted file]
app/views/mailer/message_posted.text.erb [new file with mode: 0644]
app/views/mailer/message_posted.text.plain.rhtml [deleted file]
app/views/mailer/news_added.text.erb [new file with mode: 0644]
app/views/mailer/news_added.text.plain.rhtml [deleted file]
app/views/mailer/news_comment_added.text.erb [new file with mode: 0644]
app/views/mailer/news_comment_added.text.plain.rhtml [deleted file]
app/views/mailer/register.text.erb [new file with mode: 0644]
app/views/mailer/register.text.plain.rhtml [deleted file]
app/views/mailer/reminder.text.erb [new file with mode: 0644]
app/views/mailer/reminder.text.plain.rhtml [deleted file]
app/views/mailer/test.text.erb [new file with mode: 0644]
app/views/mailer/test.text.plain.rhtml [deleted file]
app/views/mailer/wiki_content_added.text.erb [new file with mode: 0644]
app/views/mailer/wiki_content_added.text.plain.rhtml [deleted file]
app/views/mailer/wiki_content_updated.text.erb [new file with mode: 0644]
app/views/mailer/wiki_content_updated.text.plain.rhtml [deleted file]