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.44.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.43.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.42.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.41.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.40.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.39.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.38.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.37.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.36.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.35.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.34.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.33.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.32.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.31.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.30.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.29.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.28.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.27.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.26.pre app/views/cmor/blog/backend/posts/_index_table.html.haml
cmor_blog_backend-0.0.25.pre app/views/cmor/blog/backend/posts/_index_table.html.haml