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