Sha256: d31f729b8e5a8ed3ab0b3bf76dc6080a08b18a45caad05454df55142a2136937
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
<%= render :partial => 'blog/posts/post', :object => @post %> <div id='comments'> <% @post.comments.each do |comment| %> <%= render :partial => 'blog/comments/comment', :object => comment %> <% end %> </div> <%= render :partial => 'blog/comments/form' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-0.1.1 | app/views/blog/posts/show.html.erb |
comfy_blog-0.1.0 | app/views/blog/posts/show.html.erb |