]> source.dussan.org Git - redmine.git/commit
Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*.html...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Sep 2011 16:23:26 +0000 (16:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 26 Sep 2011 16:23:26 +0000 (16:23 +0000)
commitef962b84d7083b2b4d290d64b7089b596073c7be
tree91ee0de4a796fb0099b006cc2017647505f1366b
parenta4c4edacfdf7665c29115b8707cb2814c11abaaa
Rails3: mail: rename app/views/mailer/*.text.html.rhtml to app/views/mailer/*.html.erb (#6317)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7537 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
app/models/mailer.rb
app/views/mailer/account_activated.html.erb [new file with mode: 0644]
app/views/mailer/account_activated.text.html.rhtml [deleted file]
app/views/mailer/account_activation_request.html.erb [new file with mode: 0644]
app/views/mailer/account_activation_request.text.html.rhtml [deleted file]
app/views/mailer/account_information.html.erb [new file with mode: 0644]
app/views/mailer/account_information.text.html.rhtml [deleted file]
app/views/mailer/attachments_added.html.erb [new file with mode: 0644]
app/views/mailer/attachments_added.text.html.rhtml [deleted file]
app/views/mailer/document_added.html.erb [new file with mode: 0644]
app/views/mailer/document_added.text.html.rhtml [deleted file]
app/views/mailer/issue_add.html.erb [new file with mode: 0644]
app/views/mailer/issue_add.text.html.rhtml [deleted file]
app/views/mailer/issue_edit.html.erb [new file with mode: 0644]
app/views/mailer/issue_edit.text.html.rhtml [deleted file]
app/views/mailer/lost_password.html.erb [new file with mode: 0644]
app/views/mailer/lost_password.text.html.rhtml [deleted file]
app/views/mailer/message_posted.html.erb [new file with mode: 0644]
app/views/mailer/message_posted.text.html.rhtml [deleted file]
app/views/mailer/news_added.html.erb [new file with mode: 0644]
app/views/mailer/news_added.text.html.rhtml [deleted file]
app/views/mailer/news_comment_added.html.erb [new file with mode: 0644]
app/views/mailer/news_comment_added.text.html.rhtml [deleted file]
app/views/mailer/register.html.erb [new file with mode: 0644]
app/views/mailer/register.text.html.rhtml [deleted file]
app/views/mailer/reminder.html.erb [new file with mode: 0644]
app/views/mailer/reminder.text.html.rhtml [deleted file]
app/views/mailer/test.html.erb [new file with mode: 0644]
app/views/mailer/test.text.html.rhtml [deleted file]
app/views/mailer/wiki_content_added.html.erb [new file with mode: 0644]
app/views/mailer/wiki_content_added.text.html.rhtml [deleted file]
app/views/mailer/wiki_content_updated.html.erb [new file with mode: 0644]
app/views/mailer/wiki_content_updated.text.html.rhtml [deleted file]