diff options
Diffstat (limited to 'app/views/mailer/news_added.text.html.rhtml')
-rw-r--r-- | app/views/mailer/news_added.text.html.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/news_added.text.html.rhtml b/app/views/mailer/news_added.text.html.rhtml index 010ef8ee1..15bc89fac 100644 --- a/app/views/mailer/news_added.text.html.rhtml +++ b/app/views/mailer/news_added.text.html.rhtml @@ -1,4 +1,4 @@ <h1><%= link_to @news.title, @news_url %></h1> <em><%= @news.author.name %></em> -<%= textilizable(@news.description) %> +<%= textilizable(@news, :description, :only_path => false) %> |