7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
<%= @document.title %> (<%= @document.category.name %>)
|
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
|
|
|
<%= @document.description %>
|
|
----------------------------------------
|
|
<%= Setting.emails_footer %>
|