From fa3c729a67b277c2bd0dd3d0040d7ef78a1bee6f 2011-08-24 07:17:29 From: Toshi MARUYAMA Date: 2011-08-24 07:17:29 Subject: [PATCH] rename .rhtml to .html.erb of app/views/enumerations/list.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@6587 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/enumerations/list.rhtml b/app/views/enumerations/list.html.erb similarity index 100% rename from app/views/enumerations/list.rhtml rename to app/views/enumerations/list.html.erb