15 lines
207 B
Text
15 lines
207 B
Text
|
|
<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>
|