1
0
espelhamento de https://github.com/redmine/redmine.git sincronizado 2024-08-26 05:57:38 +02:00
redmine/app/views/common/_preview.html.erb
Toshi MARUYAMA 96bf9bb77f 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
2011-08-24 00:05:51 +00:00

4 linhas
160 B
Plaintext

<fieldset class="preview"><legend><%= l(:label_preview) %></legend>
<%= textilizable @text, :attachments => @attachements, :object => @previewed %>
</fieldset>