2010-03-18 23:02:17 +03:00
|
|
|
<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>
|