summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/news_added.text.plain.rhtml
blob: 1a04af9ca766d99bf4a6e7098e2e236abb25354b (plain)
1
2
3
4
5
6
7
<%= @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 %>