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.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (231 Bytes)

1
<h4><%= link_to h(document.title), document_path(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>