1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 12:43:08 +00:00
redmine/rails-2.2/app/views/documents/_document.rhtml
Jean-Philippe Lang 7ae224f5c2 Rails 2.2 deprecations
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/work@2113 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-12-07 16:16:01 +00:00

3 lines
269 B
Plaintext

<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
<% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %><br /><% end %>
<em><%= format_time(document.created_on) %></em></p>