From 0f1c4532a28d7c49a33d76bd601e5619943e7c41 2011-09-01 03:54:52 From: Toshi MARUYAMA Date: 2011-09-01 03:54:52 Subject: [PATCH] rename .rhtml to .html.erb of app/views/custom_fields/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@6964 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/custom_fields/edit.rhtml b/app/views/custom_fields/edit.html.erb similarity index 100% rename from app/views/custom_fields/edit.rhtml rename to app/views/custom_fields/edit.html.erb