obsolete.ChilliProject/app/views/mailer/news_added.text.plain.rhtml

8 lines
259 B
Plaintext

<%= @news.title %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
<%= @news.author.name %>
<%= @news.description %>
----------------------------------------
<%= Setting.emails_footer %>