From e673c5d13c871f6a660a44b5dd8fb9c0b8dcac58 2011-09-01 10:45:51 From: Toshi MARUYAMA Date: 2011-09-01 10:45:51 Subject: [PATCH] rename .rhtml to .html.erb of app/views/my/blocks/_timelog.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@6971 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/my/blocks/_timelog.rhtml b/app/views/my/blocks/_timelog.html.erb similarity index 100% rename from app/views/my/blocks/_timelog.rhtml rename to app/views/my/blocks/_timelog.html.erb