Sha256: 2d8189482a2f1f00be6d5f56d372e51fea047514d23b8eed73d8bf428d741286

Contents?: true

Size: 463 Bytes

Versions: 42

Compression:

Stored size: 463 Bytes

Contents

= table.acts_as_list_actions
= table.column :title, sort: true
= table.column :body, sort: true do |resource|
  - resource.body[0..100]
= table.column :asset_details_count
= table.association :creator, label_method: ->(r) { r.send(Cmor::Blog::Configuration.creator_label_method_name) }
= table.association :updater, label_method: ->(r) { r.send(Cmor::Blog::Configuration.creator_label_method_name) }
= table.timestamps sort: true
= table.acts_as_published_actions

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
cmor_blog_backend-0.0.24.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.22.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.21.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.20.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.19.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.18.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.17.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.15.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.14.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.13.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.12.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.11.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.10.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.9.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.8.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.7.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.6.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.5.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.4.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.3.pre app/views/cmor/blog/backend/posts/_index_table.html.haml