From 902d643bc8c0373408c8474af579378dc436c9d2 2011-08-30 13:02:17 From: Toshi MARUYAMA Date: 2011-08-30 13:02:17 Subject: [PATCH] rename .rhtml to .html.erb of app/views/welcome/index.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@6795 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.html.erb similarity index 100% rename from app/views/welcome/index.rhtml rename to app/views/welcome/index.html.erb