<% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>
<%=h @comment.author %>
<%=h @comment.url %>
<%=h @comment.email %>
<%=h @comment.body %>
<%=h @comment.ip %>
<%=h @comment.created_at %>