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

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