From ddd45e56a27f7a7b52ba41ba4397e399751a3071 2011-08-23 08:40:06 From: Toshi MARUYAMA Date: 2011-08-23 08:40:06 Subject: [PATCH] rename .rhtml to .html.erb of app/views/repositories/entry.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@6538 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/entry.rhtml b/app/views/repositories/entry.html.erb similarity index 100% rename from app/views/repositories/entry.rhtml rename to app/views/repositories/entry.html.erb