##// END OF EJS Templates
various documentation updates...
various documentation updates git-svn-id: http://redmine.rubyforge.org/svn/trunk@141 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r96:2b86ef8e28d0
r138:18001e5a5b14
Show More
_document.rhtml
2 lines | 258 B | text/html+ruby | RhtmlLexer
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
<% unless document.description.empty? %><%=h truncate document.description, 250 %><br /><% end %>
<em><%= format_time(document.created_on) %></em></p>