_document.html.erb
6 lines
| 270 B
| text/plain
|
TextLexer
|
r3488 | <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"> | ||||
|
r7799 | <%= textilizable(truncate_lines(document.description), :object => document) %> | ||
|
r3488 | </div> | ||