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) %>
|