blob: bb42758f7a5180b4216e6d9432a6d2a18688b2d8 (
plain)
1
2
3
4
5
6
|
<%= @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 %>
|