Use document project when formatting text on documents index (#9448).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7919 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6dab391932
commit
097b0e7a4d
|
@ -2,5 +2,5 @@
|
|||
<p><em><%= format_time(document.updated_on) %></em></p>
|
||||
|
||||
<div class="wiki">
|
||||
<%= textilizable(truncate_lines(document.description)) %>
|
||||
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue