From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 03:56:28 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/wiki/_content.rhtml. X-Git-Tag: 1.3.0~1394 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=98af784c4d6346c4db103a27833e72d7a1c39592;p=redmine.git rename .rhtml to .html.erb of app/views/wiki/_content.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@6567 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/_content.html.erb b/app/views/wiki/_content.html.erb new file mode 100644 index 000000000..421d26cbb --- /dev/null +++ b/app/views/wiki/_content.html.erb @@ -0,0 +1,3 @@ +
+ <%= textilizable content, :text, :attachments => content.page.attachments %> +
diff --git a/app/views/wiki/_content.rhtml b/app/views/wiki/_content.rhtml deleted file mode 100644 index 421d26cbb..000000000 --- a/app/views/wiki/_content.rhtml +++ /dev/null @@ -1,3 +0,0 @@ -
- <%= textilizable content, :text, :attachments => content.page.attachments %> -