* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'messages', :action => 'show', :board_id => @message.board_id, :id => @message.root %>
|
|
<%= @message.author.name %>
|
|
|
|
<%= @message.content %>
|
|
----------------------------------------
|
|
<%= Setting.emails_footer %>
|