From 18bf1cec8d52bd87b0f6f6446cc2e28f1b0743cf 2011-09-01 12:19:13 From: Toshi MARUYAMA Date: 2011-09-01 12:19:13 Subject: [PATCH] rename .rhtml to .html.erb of app/views/issue_categories/edit.rhtml. :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6991 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issue_categories/edit.rhtml b/app/views/issue_categories/edit.html.erb similarity index 100% rename from app/views/issue_categories/edit.rhtml rename to app/views/issue_categories/edit.html.erb