##// END OF EJS Templates
Removed #find_project already defined as #find_project_by_project_id in parent class....
Removed #find_project already defined as #find_project_by_project_id in parent class. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8009 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7799:097b0e7a4d89
r7889:1a28bd8e7e3a
Show More
_document.html.erb
6 lines | 270 B | text/plain | TextLexer
<h4><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %></h4>
<p><em><%= format_time(document.updated_on) %></em></p>
<div class="wiki">
<%= textilizable(truncate_lines(document.description), :object => document) %>
</div>