kissingcomputer/app/views/comment_mailer/new_comment.html.erb

15 lines
207 B
Text
Raw Normal View History

<h1>New Comment on "<%= @post.title %>"</h1>
<p>
<strong><%= @comment.name %></strong> wrote:
</p>
<p>
<%= @comment.body %>
</p>
<p>
View it here:
<%= link_to "View Post", post_url(@post) %>
</p>