From 0682b8cfc47867a6be03f4cb7474c59a1b1b7ad7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 12 Oct 2007 17:22:18 +0000 Subject: [PATCH] Added html part to news_added mail. git-svn-id: http://redmine.rubyforge.org/svn/trunk@833 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/mailer/news_added.text.html.rhtml | 4 ++++ app/views/mailer/{news_added.rhtml => news_added.text.plain.rhtml} | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 app/views/mailer/news_added.text.html.rhtml rename app/views/mailer/{news_added.rhtml => news_added.text.plain.rhtml} (99%) 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 00000000..7de6f48e --- /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 99% rename from app/views/mailer/news_added.rhtml rename to app/views/mailer/news_added.text.plain.rhtml index 18ddfe17..7ee24b10 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 %> - -- 2.11.0