Sha256: f7932a0c1378ffe29afc610ad77738c25c83e274d5f22765a88b89e311e58b76

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

<div class="blogComments">
	<h2>Showing <%= pluralize(@blog_post.blog_comments.count, 'comment') %></h2>
	<% @blog_comments.each do |comment| %>
		<%= render :partial => 'blog_basic/blog_posts/comment', :locals => {:comment => comment} %>
	<% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blog_basic-0.1.14 app/views/blog_basic/blog_posts/_comments.html.erb
blog_basic-0.1.13 app/views/blog_basic/blog_posts/_comments.html.erb
blog_basic-0.1.9 app/views/blog_basic/blog_posts/_comments.html.erb
blog_basic-0.1.6 app/views/blog_basic/blog_posts/_comments.html.erb