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