Files
redmine/groups/app/views/mailer/news_added.text.html.rhtml
2008-04-28 14:51:16 +00:00

5 lines
144 B
ERB

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