annotate app/views/mailer/news_comment_added.text.html.rhtml @ 850:e9e53db0c93a bug_213

Close obsolete branch bug_213
author Chris Cannam
date Sat, 13 Aug 2011 14:51:48 +0100
parents cbce1fd3b1b7
children
rev   line source
Chris@441 1 <h1><%= link_to(h(@news.title), @news_url) %></h1>
Chris@441 2
Chris@441 3 <p><%= l(:text_user_wrote, :value => h(@comment.author)) %></p>
Chris@441 4
Chris@441 5 <%= textilizable @comment, :comments, :only_path => false %>