From 2cf950d395db03c3e69ba102bd1824fd1ad84dd1 2011-08-24 06:13:03 From: Toshi MARUYAMA Date: 2011-08-24 06:13:03 Subject: [PATCH] rename .rhtml to .html.erb of app/views/auth_sources/new.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@6580 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.html.erb similarity index 100% rename from app/views/auth_sources/new.rhtml rename to app/views/auth_sources/new.html.erb