view app/views/documents/_document.rhtml @ 93:7366fb57fce9 luisf

Merge
author luisf
date Thu, 16 Dec 2010 13:02:04 +0000
parents 513646585e45
children
line wrap: on
line source
<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>