From c941763cdc0ad21eb4c9307d451ae149802667d3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 25 Aug 2011 00:40:35 +0000 Subject: [PATCH] rename .rhtml to .html.erb of app/views/roles/_form.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@6610 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/roles/{_form.rhtml => _form.html.erb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/roles/{_form.rhtml => _form.html.erb} (100%) diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.html.erb similarity index 100% rename from app/views/roles/_form.rhtml rename to app/views/roles/_form.html.erb