Sha256: 23495179bf99738924a657d5f113a17a193f0a8da995d6917ab78cbb31320320

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

.page-header
  %h2 Blog Comments

= comfy_paginate @comments

%table.table.table-hover
  %tr
    %th Post
    %th.main Comment
    %th Posted
    %th Status
    %th

  - @comments.each do |comment|
    = render :partial => 'comment', :object => comment

= comfy_paginate @comments

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
comfy_blog-1.12.3 app/views/comfy/admin/blog/comments/index.html.haml
comfy_blog-1.12.2 app/views/comfy/admin/blog/comments/index.html.haml