From f1d4df4badc4eb0c2ec90c9d94d49e817063b9ba 2011-08-25 01:22:05 From: Toshi MARUYAMA Date: 2011-08-25 01:22:05 Subject: [PATCH] rename .rhtml to .html.erb of app/views/settings/_projects.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@6616 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/settings/_projects.rhtml b/app/views/settings/_projects.html.erb similarity index 100% rename from app/views/settings/_projects.rhtml rename to app/views/settings/_projects.html.erb