mirror of
https://github.com/redmine/redmine.git
synced 2026-03-08 05:30:45 +01:00
3 lines
258 B
Plaintext
3 lines
258 B
Plaintext
|
|
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
|
||
|
|
<% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
|
||
|
|
<em><%= format_time(document.created_on) %></em></p>
|