Asset-Tracker/app/views/comments/show.html.erb

18 lines
250 B
Plaintext
Raw Normal View History

2011-06-15 01:08:28 +00:00
<p>
<b>Post:</b>
<%=h @comment.post_id %>
</p>
<p>
<b>Commenter:</b>
<%=h @comment.commenter %>
</p>
<p>
<b>Body:</b>
<%=h @comment.body %>
</p>
<%= link_to 'Edit', edit_comment_path(@comment) %> |
<%= link_to 'Back', comments_path %>