Redmine/app/views/documents/_document.html.erb
Toshi MARUYAMA 2d83d1298a rename .rhtml to .html.erb of app/views/documents/_document.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@6660 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-27 03:18:00 +00:00

7 lines
248 B
Plaintext

<h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4>
<p><em><%= format_time(document.updated_on) %></em></p>
<div class="wiki">
<%= textilizable(truncate_lines(document.description)) %>
</div>