From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 00:05:51 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/common/_preview.rhtml. X-Git-Tag: 1.3.0~1414 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96bf9bb77f8f36316182c3b484e7117a9ca7cb60;p=redmine.git 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 --- 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 %> +
diff --git a/app/views/common/_preview.rhtml b/app/views/common/_preview.rhtml deleted file mode 100644 index fd95f1188..000000000 --- a/app/views/common/_preview.rhtml +++ /dev/null @@ -1,3 +0,0 @@ -
<%= l(:label_preview) %> -<%= textilizable @text, :attachments => @attachements, :object => @previewed %> -