2011-11-30 23:51:16 +04:00
|
|
|
<h4><%= link_to h(document.title), document_path(document) %></h4>
|
2010-03-18 23:02:17 +03:00
|
|
|
<p><em><%= format_time(document.updated_on) %></em></p>
|
|
|
|
|
|
|
|
<div class="wiki">
|
2011-11-25 00:58:12 +04:00
|
|
|
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
2010-03-18 23:02:17 +03:00
|
|
|
</div>
|