mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01:00
* issue_relation model added git-svn-id: http://redmine.rubyforge.org/svn/branches/work@162 e93f8b46-1217-0410-a6f0-8f06a7374b81
3 lines
258 B
Plaintext
3 lines
258 B
Plaintext
<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> |