* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 %>
|