Sha256: bce6e70e0b008ce12a12a3d3d56c964b29dcdca8b7c31cbc056fbc7b7367b328

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 Bytes

Contents

<h1>
  Comments 
  <% if @post %>
    for <%= @post.title %>
  <% end %>
</h1>

<ul class='list comments'>
  <% @comments.each do |comment| %>
    <%= render :partial => 'comment', :object => comment %>
  <% end %>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
comfy_blog-0.1.8 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.7 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.6 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.5 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.4 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.3 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.2 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.1 app/views/admin/blog/comments/index.html.erb
comfy_blog-0.1.0 app/views/admin/blog/comments/index.html.erb