Sha256: c5c0dea88692825665da3b46ae79a81675abf7245088667a4cf2c8e756cc1c33

Contents?: true

Size: 410 Bytes

Versions: 43

Compression:

Stored size: 410 Bytes

Contents

= table.column :preview do |resource|
  - if resource.picture_details.first.try(:asset).present?
    - bootstrap_card(image_options: { src: main_app.url_for(resource.picture_details.first.asset.variant(Cmor::Core::Backend::Configuration.image_variant_options_for(:table))) })
= table.column :name, sort: true
= table.column :picture_details_count
= table.timestamps sort: true
= table.acts_as_published_actions

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
cmor_galleries_backend-0.0.3.pre app/views/cmor/galleries/backend/picture_galleries/_index_table.html.haml
cmor_galleries_backend-0.0.2.pre app/views/cmor/galleries/backend/picture_galleries/_index_table.html.haml
cmor_galleries_backend-0.0.1.pre app/views/cmor/galleries/backend/picture_galleries/_index_table.html.haml