From c59fe53288c9e9c44beeabe7046067a26e11eedf Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 1 Sep 2011 13:23:52 +0000 Subject: [PATCH] rename .rhtml to .html.erb of app/views/projects/copy.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@6999 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/{copy.rhtml => copy.html.erb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/projects/{copy.rhtml => copy.html.erb} (100%) diff --git a/app/views/projects/copy.rhtml b/app/views/projects/copy.html.erb similarity index 100% rename from app/views/projects/copy.rhtml rename to app/views/projects/copy.html.erb -- 2.39.5