Project

General

Profile

Patch #4579 ยป documents.patch

Holger Just, 2010-01-14 13:57

View differences:

app/views/documents/_document.rhtml (working copy)
1 1
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
2
<% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %><br /><% end %>
2
<% unless document.description.blank? %><%= textilizable(truncate(document.description, :length => 250)) %><br /><% end %>
3 3
<em><%= format_time(document.updated_on) %></em></p>
    (1-1/1)