_document.html.erb
6 lines
| 231 B
| text/plain
|
TextLexer
|
r7890 | <h4><%= link_to h(document.title), document_path(document) %></h4> | ||
|
r3488 | <p><em><%= format_time(document.updated_on) %></em></p> | ||
<div class="wiki"> | ||||
|
r7799 | <%= textilizable(truncate_lines(document.description), :object => document) %> | ||
|
r3488 | </div> | ||