git-svn-id: http://redmine.rubyforge.org/svn/trunk@834 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
<%= link_to @document.title, :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
|
(<%= @document.category.name %>)<br />
|
|
<br />
|
|
<%= textilizable(@document.description) %>
|