mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-11 13:15:20 +00:00
* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
<%= @news.title %>
|
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
|
|
<%= @news.author.name %>
|
|
|
|
<%= @news.description %>
|
|
----------------------------------------
|
|
<%= Setting.emails_footer %>
|