summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/news_added.text.html.rhtml
blob: 15bc89fac71d490ff5af93f026975217c41a7b0c (plain)
1
2
3
4
<h1><%= link_to @news.title, @news_url %></h1>
<em><%= @news.author.name %></em>

<%= textilizable(@news, :description, :only_path => false) %>