annotate app/views/mailer/news_comment_added.text.html.rhtml @ 1181:27b6f53331d5 bug_320

Close obsolete branch bug_320
author Chris Cannam
date Wed, 09 Nov 2011 14:19:49 +0000
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 %>