annotate app/views/mailer/news_comment_added.html.erb @ 944:03975ec7378d luisf

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 11 Jul 2012 14:43:58 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h1><%= link_to(h(@news.title), @news_url) %></h1>
Chris@909 2
Chris@909 3 <p><%= l(:text_user_wrote, :value => h(@comment.author)) %></p>
Chris@909 4
Chris@909 5 <%= textilizable @comment, :comments, :only_path => false %>