summaryrefslogtreecommitdiffstats
path: root/app/views/documents/_document.rhtml
blob: 644cf2fbd8842a9bd9b8d2cd3d8e9c0a622adf1f (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)) %>
</div>