summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/news_added.text.plain.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/news_added.text.plain.rhtml')
-rw-r--r--app/views/mailer/news_added.text.plain.rhtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/mailer/news_added.text.plain.rhtml b/app/views/mailer/news_added.text.plain.rhtml
index 1a04af9ca..c8ae3035f 100644
--- a/app/views/mailer/news_added.text.plain.rhtml
+++ b/app/views/mailer/news_added.text.plain.rhtml
@@ -1,7 +1,5 @@
<%= @news.title %>
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
+<%= @news_url %>
<%= @news.author.name %>
<%= @news.description %>
-----------------------------------------
-<%= Setting.emails_footer %>