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 / app / views / documents / _document.rhtml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (248 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)) %>
6
</div>