##// 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) %>
@@ -1,6 +1,5
1 1 <%= @news.title %>
2 2 <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
3 3 <%= @news.author.name %>
4 4
5 5 <%= @news.description %>
6
General Comments 0
You need to be logged in to leave comments. Login now