Sha256: c059a394df7e6ce36e0ea3a46326efdadd6264bd162adf818f91267dcbb16cd6

Contents?: true

Size: 318 Bytes

Versions: 113

Compression:

Stored size: 318 Bytes

Contents

= table.column :name
= table.column :record
= table.column :blob do |resource|
  - link_to(resource.blob.filename, [:active_storage, resource.blob])
= table.column :created_at
= table.column :additional_actions do |resource|
  - link_to(t('.download'), main_app.url_for(resource.blob), class: 'btn btn-primary btn-xs')

Version data entries

113 entries across 113 versions & 5 rubygems

Version Path
cmor_core-0.0.4.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.haml
cmor_core_backend-0.0.3.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml
cmor_core-0.0.3.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.haml
cmor_core_backend-0.0.2.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml
cmor_core-0.0.2.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.haml
cmor_core_backend-0.0.1.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.html.haml
cmor_core-0.0.1.pre app/views/cmor/core/backend/active_storage/attachments/_index_table.haml
ecm_core-0.4.0 app/views/ecm/core/backend/active_storage/attachments/_table.haml
ecm_core-0.3.0 app/views/ecm/core/backend/active_storage/attachments/_table.haml
ecm_core-0.2.2 app/views/ecm/core/backend/active_storage/attachments/_table.haml
ecm_core-0.2.1 app/views/ecm/core/backend/active_storage/attachments/_table.haml
ecm_core-0.2.0 app/views/ecm/core/backend/active_storage/attachments/_table.haml
ecm_core-0.1.0 app/views/ecm/core/backend/active_storage/attachments/_table.haml