##// END OF EJS Templates
Merged r3258 and r3281 from trunk....
Merged r3258 and r3281 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3286 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2981:43fd27fd0ce4
r3172:4c75864948c6
Show More
_document.rhtml
2 lines | 269 B | text/html+ruby | RhtmlLexer
<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.updated_on) %></em></p>