From 0682b8cfc47867a6be03f4cb7474c59a1b1b7ad7 2007-10-12 17:22:18 From: Jean-Philippe Lang Date: 2007-10-12 17:22:18 Subject: [PATCH] Added html part to news_added mail. git-svn-id: http://redmine.rubyforge.org/svn/trunk@833 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/mailer/news_added.text.html.rhtml b/app/views/mailer/news_added.text.html.rhtml new file mode 100644 index 0000000..7de6f48 --- /dev/null +++ b/app/views/mailer/news_added.text.html.rhtml @@ -0,0 +1,4 @@ +<%= link_to @news.title, :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %>
+<%= @news.author.name %> + +<%= textilizable(@news.description) %> diff --git a/app/views/mailer/news_added.rhtml b/app/views/mailer/news_added.text.plain.rhtml similarity index 100% rename from app/views/mailer/news_added.rhtml rename to app/views/mailer/news_added.text.plain.rhtml index 18ddfe1..7ee24b1 100644 --- a/app/views/mailer/news_added.rhtml +++ b/app/views/mailer/news_added.text.plain.rhtml @@ -3,4 +3,3 @@ <%= @news.author.name %> <%= @news.description %> -