From f6fdbb691a155b173e606c49ee17af565408a844 2011-09-01 10:57:41 From: Toshi MARUYAMA Date: 2011-09-01 10:57:41 Subject: [PATCH] rename .rhtml to .html.erb of app/views/my/password.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@6979 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/my/password.rhtml b/app/views/my/password.html.erb similarity index 100% rename from app/views/my/password.rhtml rename to app/views/my/password.html.erb