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