To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 42 / 428bfa93a4c970791698a943e257eddabf08b22f.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (270 Bytes)

1
<h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4>
2
<p><em><%= format_time(document.updated_on) %></em></p>
3

    
4
<div class="wiki">
5
  <%= textilizable(truncate_lines(document.description), :object => document) %>
6
</div>