Added mail notification when adding a news (disabled by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@728 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
<%= @news.title %>
|
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
|
|
<%= @news.author.name %>
|
|
|
|
<%= @news.description %>
|
|
|