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