Sha256: d798843b0ddd1f9bccc1d65bfd48a1f38c86758ae5e1fcf5b4d191cdc1535e9e

Contents?: true

Size: 536 Bytes

Versions: 22

Compression:

Stored size: 536 Bytes

Contents

= table.batch_actions( actions: { destroy: destroy_many_file_details_path })
= table.id
= table.column :filename do |resource|
  - resource.asset.blob.filename
= table.column :blob_content_type do |resource|
  - resource.asset.blob.content_type
= table.column :blob_byte_size do |resource|
  - resource.asset.blob.byte_size
= table.column :blob_checksum do |resource|
  - resource.asset.blob.checksum
= table.column :blob_created_at do |resource|
  - I18n.l(resource.asset.blob.created_at, format: :short)
= table.timestamp :created_at

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cmor_showcase-0.0.60.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.59.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.58.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.57.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.56.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.55.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.54.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.53.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.52.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.51.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.50.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.49.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.48.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.45.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.44.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.43.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.42.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.41.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.40.pre app/views/cmor/showcase/file_details/_index_table.html.haml
cmor_showcase-0.0.39.pre app/views/cmor/showcase/file_details/_index_table.html.haml