From 7bfc3c352cd0796a1617a8e967198f335b6547af 2011-09-01 13:26:57 From: Toshi MARUYAMA Date: 2011-09-01 13:26:57 Subject: [PATCH] rename .rhtml to .html.erb of app/views/projects/settings.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@7003 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/settings.rhtml b/app/views/projects/settings.html.erb similarity index 100% rename from app/views/projects/settings.rhtml rename to app/views/projects/settings.html.erb