blob: ee8f3e6be47fc98da84fd8e352888767bb7226a3 (
plain)
1
2
3
4
|
<%= @document.title %> (<%= @document.category.name %>)
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
<%= @document.description %>
|