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

9 lines
161 B
Plaintext
Raw Normal View History

2011-06-15 01:08:28 +00:00
<% div_for comment do %>
<h3>Posted <%= comment.created_at.to_s(:long) %> by <%= comment.commenter %></h3>
<p>
<%= h(comment.body) %>
</p>
<% end %>