From 96bf9bb77f8f36316182c3b484e7117a9ca7cb60 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 00:05:51 +0000 Subject: rename .rhtml to .html.erb of app/views/common/_preview.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@6547 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_preview.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/common/_preview.html.erb (limited to 'app/views/common/_preview.html.erb') diff --git a/app/views/common/_preview.html.erb b/app/views/common/_preview.html.erb new file mode 100644 index 000000000..fd95f1188 --- /dev/null +++ b/app/views/common/_preview.html.erb @@ -0,0 +1,3 @@ +
<%= l(:label_preview) %> +<%= textilizable @text, :attachments => @attachements, :object => @previewed %> +
-- cgit v1.2.3