mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 17:31:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
<h4><%= link_to document.title, document_path(document) %></h4>
|
|
<p><em><%= format_time(document.updated_on) %></em></p>
|
|
|
|
<div class="wiki">
|
|
<%= textilizable(truncate_lines(document.description), :object => document) %>
|
|
</div>
|