Skip to content

Instantly share code, notes, and snippets.

@vishal-kajjam
Created February 5, 2011 19:49
Show Gist options
  • Save vishal-kajjam/812730 to your computer and use it in GitHub Desktop.
Save vishal-kajjam/812730 to your computer and use it in GitHub Desktop.
<h3><%= pluralize(comments.count, 'Comment') %></h3>
<ul>
<% for comment in comments do -%>
<%= escape_javascript(render :partial => 'photos/comment', :locals => { :comment => comment }) %>
<% end -%>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment