Comment last updated: <%= comment.updated_at %> <%= link_to "Edit", edit_article_comment_url(:id => comment, :article_id => comment.article) %> <%= link_to "Delete", article_comment_url(:id => comment, :article_id => comment.article), :method => :delete %>

<%=h comment.comment %>