Sha256: 352c799f59d84918cf7c9e2172dadf517990a46c0aef8796e4e37d582cbcd30d
Contents?: true
Size: 374 Bytes
Versions: 24
Compression:
Stored size: 374 Bytes
Contents
%li{"id" => "asset_#{image.id}", "data-asset-id" => image.id} .attachment .cover-image= image_tag(image.data.url, style: "max-width:80px") .file-name= image.caption.blank? ? image.data_file_name : image.caption = link_to_function t("active_admin.cms.edit"), "edit_image(#{image.id})" = link_to_function "Delete", "delete_asset(#{image.id})", class: 'fltr'
Version data entries
24 entries across 24 versions & 1 rubygems