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:
parent
4b3ff7af50
commit
0682b8cfc4
|
@ -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) %>
|
|
@ -3,4 +3,3 @@
|
|||
<%= @news.author.name %>
|
||||
|
||||
<%= @news.description %>
|
||||
|
Loading…
Reference in New Issue