view app/views/mailer/news_comment_added.text.html.rhtml @ 555:dd4c04e5756d feature_36

removed unused file.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 03 Aug 2011 15:16:41 +0100
parents cbce1fd3b1b7
children
line wrap: on
line source
<h1><%= link_to(h(@news.title), @news_url) %></h1>

<p><%= l(:text_user_wrote, :value => h(@comment.author)) %></p>

<%= textilizable @comment, :comments, :only_path => false %>