<% div_for comment do %>

Posted <%= comment.created_at.to_s(:long) %> by <%= comment.commenter %>

<%= h(comment.body) %>

<% end %>