From 02909c1b8d108900dadfe2a240f55d642263f5cb 2011-08-24 02:42:29 From: Toshi MARUYAMA Date: 2011-08-24 02:42:29 Subject: [PATCH] rename .rhtml to .html.erb of app/views/wikis/destroy.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@6556 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wikis/destroy.rhtml b/app/views/wikis/destroy.html.erb similarity index 100% rename from app/views/wikis/destroy.rhtml rename to app/views/wikis/destroy.html.erb