From 80cc58b531666f40a622694868f8232bb53f712a 2011-09-01 11:48:07 From: Toshi MARUYAMA Date: 2011-09-01 11:48:07 Subject: [PATCH] rename .rhtml to .html.erb of app/views/projects/settings/_issue_categories.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@6982 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/settings/_issue_categories.rhtml b/app/views/projects/settings/_issue_categories.html.erb similarity index 100% rename from app/views/projects/settings/_issue_categories.rhtml rename to app/views/projects/settings/_issue_categories.html.erb