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 @ 912:5e80956cc792

History | View | Annotate | Download (270 Bytes)

1 0:513646585e45 Chris
<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 909:cbb26bc654de Chris
  <%= textilizable(truncate_lines(document.description), :object => document) %>
6 0:513646585e45 Chris
</div>