Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Created December 10, 2010 11:09
Show Gist options
  • Save timurvafin/736093 to your computer and use it in GitHub Desktop.
Save timurvafin/736093 to your computer and use it in GitHub Desktop.
<div class='comment-head'>
<b><%= comment.name %></b>
| <%= format_date_time(comment.created_at) %>
</div>
<%= comment.body %>
<%= render(@comments) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment