Created
August 16, 2012 15:54
-
-
Save telagraphic/3371281 to your computer and use it in GitHub Desktop.
Comment Bullets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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