Asset-Tracker/app/views/comments/_comment.html.erb
2011-06-14 18:08:28 -07:00

9 lines
161 B
Plaintext
Executable File

<% div_for comment do %>
<h3>Posted <%= comment.created_at.to_s(:long) %> by <%= comment.commenter %></h3>
<p>
<%= h(comment.body) %>
</p>
<% end %>