Sha256: 207cdb54a7852fc196ec593db8031bdb609b0bf533876cea76046979a96f933f

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

.page-header
  %h2 Blog Comments
  
= paginate @comments

%table.table.table-hover.table-bordered
  %tr
    %th Post
    %th.main Comment
    %th Posted
    %th Status
    %th
    
  - @comments.each do |comment|
    = render :partial => 'comment', :object => comment
    
= paginate @comments

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfy_blog-1.1.1 app/views/admin/blog/comments/index.html.haml
comfy_blog-1.1.0 app/views/admin/blog/comments/index.html.haml
comfy_blog-1.0.0 app/views/admin/blog/comments/index.html.haml