Added html part to news_added mail.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@833 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-10-12 17:22:18 +00:00
parent 4b3ff7af50
commit 0682b8cfc4
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<%= link_to @news.title, :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %><br />
<em><%= @news.author.name %></em>
<%= textilizable(@news.description) %>

View File

@ -3,4 +3,3 @@
<%= @news.author.name %>
<%= @news.description %>