From 58a2fd0b9eabcda331ea07d61fbd37a09c30be41 2011-08-28 08:22:05 From: Toshi MARUYAMA Date: 2011-08-28 08:22:05 Subject: [PATCH] rename .rhtml to .html.erb of app/views/versions/_issue_counts.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@6697 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/_issue_counts.rhtml b/app/views/versions/_issue_counts.html.erb similarity index 100% rename from app/views/versions/_issue_counts.rhtml rename to app/views/versions/_issue_counts.html.erb