From d7e2b3251a6ea2b3bce309b3d2b61aacb914fdce Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 01:32:05 +0000 Subject: [PATCH] rename .rhtml to .html.erb of app/views/admin/info.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@6554 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/admin/{info.rhtml => info.html.erb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/admin/{info.rhtml => info.html.erb} (100%) diff --git a/app/views/admin/info.rhtml b/app/views/admin/info.html.erb similarity index 100% rename from app/views/admin/info.rhtml rename to app/views/admin/info.html.erb -- 2.39.5