summaryrefslogtreecommitdiffstats
path: root/app/views/documents/_document.rhtml
blob: cab04e086691c20904931081cf62f9d558d77098 (plain)
1
2
3
4
5
6
<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), :object => document) %>
</div>