view app/views/mailer/news_added.text.html.rhtml @ 847:83740cd6705e cannam

Merge from branch "luisf"
author Chris Cannam
date Wed, 01 Feb 2012 14:34:18 +0000
parents 513646585e45
children
line wrap: on
line source
<h1><%= link_to(h(@news.title), @news_url) %></h1>
<em><%=h @news.author.name %></em>

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