Skip to content

Instantly share code, notes, and snippets.

@xander-miller
Created February 10, 2014 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xander-miller/8922947 to your computer and use it in GitHub Desktop.
Save xander-miller/8922947 to your computer and use it in GitHub Desktop.
<div class='status'>
<div class='row'>
<div class='span7'>
<strong><%= comment.user.name %></strong>
<p><%= comment.content %></p>
<div class='meta'>
<%= link_to "#{time_ago_in_words(comment.created_at)} ago", comment %>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment