From f32092783e4bb9e0cb630ba1519e97eadf5c5773 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 26 Aug 2011 04:56:53 +0000 Subject: [PATCH] rename .rhtml to .html.erb of app/views/time_entry_reports/report.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@6632 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/time_entry_reports/{report.rhtml => report.html.erb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/time_entry_reports/{report.rhtml => report.html.erb} (100%) diff --git a/app/views/time_entry_reports/report.rhtml b/app/views/time_entry_reports/report.html.erb similarity index 100% rename from app/views/time_entry_reports/report.rhtml rename to app/views/time_entry_reports/report.html.erb -- 2.39.5