##// END OF EJS Templates
Added html part to news_added mail....
Jean-Philippe Lang -
r822:0682b8cfc478
parent child
Show More
@@ -0,0 +1,4
1 <%= link_to @news.title, :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %><br />
2 <em><%= @news.author.name %></em>
3
4 <%= textilizable(@news.description) %>
@@ -3,4 +3,3
3 <%= @news.author.name %>
3 <%= @news.author.name %>
4
4
5 <%= @news.description %>
5 <%= @news.description %>
6
General Comments 0
You need to be logged in to leave comments. Login now