Redmine/app/views/mailer/news_added.text.html.rhtml

5 lines
121 B
Plaintext

<h1><%= link_to @news.title, @news_url %></h1>
<em><%= @news.author.name %></em>
<%= textilizable(@news.description) %>