Skip to content

Instantly share code, notes, and snippets.

@telagraphic
Created August 16, 2012 15:54
Show Gist options
  • Save telagraphic/3371281 to your computer and use it in GitHub Desktop.
Save telagraphic/3371281 to your computer and use it in GitHub Desktop.
Comment Bullets
<h2>What Others Are Saying...</h2>
<% @comments.each do |comment| %>
<li><%= comment.email %></li>
<li><%= comment.body %></li>
<% end %>
<hr>
<%= render "comments/comment_form" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment