Sha256: 9f180e8874e06ec483f9f78d7874b436d1ead68786d4da5e9374864a4b858998
Contents?: true
Size: 500 Bytes
Versions: 5
Compression:
Stored size: 500 Bytes
Contents
= table.row :preview do |resource| - capture_haml do %img.img-fluid{ src: main_app.url_for(resource.asset) } = table.row :picture_gallery, as: :association, label_method: :name = table.row :title = table.row :identifier = table.row :description = table.timestamp :published_at = table.row :display_code_for_erb = table.row :asset_permanent_path do |resource| - main_app.rails_blob_path(resource.asset) = table.row :asset_permanent_url do |resource| - main_app.rails_blob_url(resource.asset)
Version data entries
5 entries across 5 versions & 1 rubygems