Sha256: 0d4f1711a093dc2f695ef92b567a475e9d98989e5e4db299bba545ca4190c8ba

Contents?: true

Size: 535 Bytes

Versions: 119

Compression:

Stored size: 535 Bytes

Contents

= table.column :key
= table.column :filename do |resource|
  - resource.filename.to_s
= table.column :content_type
= table.column :metadata do |resource|
  - capture_haml do
    %ul
      - resource.metadata.each do |key, value|
        %li= "#{key}: #{value}"
= table.column :byte_size do |resource|
  - number_to_human_size(resource.byte_size)
= table.column :checksum
= table.column :created_at
= table.column :additional_actions do |resource|
  - link_to(t('.download'), main_app.url_for(resource), class: 'btn btn-primary btn-xs')

Version data entries

119 entries across 119 versions & 5 rubygems

Version Path
cmor_system-0.0.60.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.60.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.59.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.59.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.58.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.58.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.57.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.57.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.56.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.56.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.55.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.55.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.54.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.54.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.53.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.53.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.52.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.52.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml
cmor_system-0.0.51.pre app/views/cmor/system/active_storage/blobs/_index_table.html.haml
cmor_core-0.0.51.pre app/views/cmor/core/backend~/active_storage/blobs/_index_table.haml